Shades are created by adding black to or removing lightness from a particular color. For #ffedfe, its pure hue is 303.3° on the color wheel and its saturation is 100.0%, and its lightness is 96.5%. As the amount of black is added to this hue and we reduce its lightness, the result is increasingly darker shades tints. The palette given below provides 9 different shades of #ffedfe, which — excluding black and our original color — range from #201e20 to #dfcfde.
The hexadecimal value (hex value) of this color is #ffedfe. In RGB, it consists of 100.0% Red, 92.9% Green, and 99.6% Blue. Likewise, in the CMYK color space, it consists of 0% Cyan, 7.1% Magenta, 0.4% Yellow, and 0% Black. On the color wheel, its Hue is found at 303.3°, with saturation of 100% and lightness of 96.5%. The decimal value for #ffedfe is 16772606, and its nearest "web safe" color is #ffffff. In the RGB color space, the strongest component for #ffedfe is red. In the CMYK color space, its strongest component is magenta. And in the RYB color space, its strongest component is red.
- HexHex code for this color
- NameThe common name of this color
- RGBRed, Green, Blue composition for this color
- RGB PercentPercent Red, Green, Blue composition for this color
- CMYCyan, Magenta, Yellow composition for this color
- CMYKCyan, Magenta, Yellow, Black composition for this color
- HSLHue, Saturation, Lightness combination for this color
- HSV (or HSB)Hue, Saturation, Brightness combination for this color
- XYZCIE 1931 color space XYZ coordinates for this color
- RYBRed, Yellow, Blue composition for this color
- DecimalDecimal representation of this color's hex code
- CIE-LABCIELAB color space coordinates for this color
- CIE-LCHCIE-LCH color space coordinates for this color (chroma, hue, etc.)
- CIE-LUVCIE-LUV color space coordinates for this color
- Hunter LabHunter-Lab color space coordinates for this color
- xyYCIE xyY color space coordinates for this color
- AndroidValue of this color in Android development
- Web SafeHex code of the nearest "web safe" version of this color
Tints of #ffedfe
Tints are created by adding white or lightness to a particular color. For #ffedfe, its pure hue is 303.3° on the color wheel and its saturation is 100.0%, and its lightness is 96.5%. As the amount of white (lightness) is added to this hue, the result is increasingly lighter tints. The following palette gives 9 different tints of #ffedfe, which — excluding white and our original color — range from #ffeffe to #fffdff.
Tones of #ffedfe
Tones are the result of adding gray to a pure hue. In the case of #ffedfe, its pure hue is 303.3° on the color wheel and its saturation is 100.0%, so we increase this saturation to create more colorful tones, and decrease the saturation to create grayer tones. The palette shown below gives 9 different tones of #ffedfe, which range from #f6f6f6 (the grayest / 0% saturation) to #ffedfe (the most colorful / 100% saturation).
Variations of #ffedfe
There are several ways to create color variations and premutations of #ffedfe! For #ffedfe, there are 6 variations of the color that can be created by swapping its Red, Green, and Blue color positions, of which 5 are different from our original color. Among these six variations, there are 6 unique colors including our original color, #ffedfe. Click on these colors to learn more about them, too!
Color Coordinates of #ffedfe
This color, #ffedfe, consists of 100.0% Red, 92.9% Green, and 99.6% Blue, resulting in color coordinates Red = 255, Green = 237, Blue = 254. Likewise, the CMYK color space composition for #ffedfe is 0% Cyan, 7.1% Magenta, 0.4% Yellow, and 0% Black. These values are shown in the following charts and tables.
Color Base | R (Red) | G (Green) | B (Blue) |
---|---|---|---|
Decimal | 255 | 237 | 254 |
Octal | 377 | 355 | 376 |
Hexa | #ff | #ed | #fe |
Binary | 11111111 | 11101101 | 11111110 |
Color Base | C (Cyan) | M (Magenta) | Y (Yellow) | Y (Black) |
---|---|---|---|---|
Decimal | 0 | 7 | 0 | 0 |
Octal | 0 | 7 | 0 | 0 |
Hexa | #00 | #07 | #00 | #00 |
Binary | 00000000 | 00000111 | 00000000 | 00000000 |
Analogous Colors of #ffedfe
Analogous colors are located 30 degrees away from a color's hue on the color wheel. For #ffedfe — which has hue 303.3° — its analogous colors are located at 273.3° and 333.3° on the color wheel, with the same saturation and lightness as #ffedfe.
Triadic Colors of #ffedfe
Triadic colors are located 120 degrees away from a color's hue on the color wheel, which means the original color and its triadic colors are equidistant from one another on the color wheel and form a triangle. For #ffedfe — which has hue 303.3° — its triadic colors are located at 63.3° and 303.3° on the color wheel, with the same saturation and lightness as #ffedfe.
Complementary Color of #ffedfe
A complementary color is located opposite a color on the color wheel (180 degrees away). For #ffedfe — which has hue 303.3° — its complementary color is located at 123.3° on the color wheel, with the same saturation and lightness as #ffedfe.
Split Complementary Colors of #ffedfe
Split complementary colors are the analogs of a color's complement, which places them 210 degrees away on the color wheel from an original color. For #ffedfe — which has hue 303.3° — its split complementary colors its split complementary colors are located at 93.3° and 303.3° on the color wheel, with the same saturation and lightness as #ffedfe.
Tetradic Colors of #ffedfe
Tetradic colors are two sets of complementary colors on either side of a color wheel from each other, forming a rectangle on the color wheel. For #ffedfe — which has hue 303.3° — its tetradic colors are located at 213.3°, 303.3°, 33.3°, and 123.3° on the color wheel, with the same saturation and lightness as #ffedfe.
Monochromatic Colors of #ffedfe
Monochromatic colors are colors that share a common hue but that have different saturations and lightness. For #ffedfe, we show 9 different monochromatic colors of it, ranging from #ffe4fe — (which has very low saturation and very low lightness) — to #fff6ff (which has a very high saturation and very high lightness).
HTML+CSS Examples & Previews of #ffedfe
We want to make getting started with #ffedfe on your website fast and easy! Below are 8 examples of how to integrate #ffedfe into a website using HTML+CSS. These examples include showing how #ffedfe can be used to color text, backgrounds, shadows, and borders, as well as how it can be used as a solid fill or gradient fill for rectangles. These examples principally make use of <span>
and <div>
tags, although the CSS shown in particular can be repurposed to make use of #ffedfe with other HTML elements.
#ffedfe Foreground / Text Color
<span style="color: #ffedfe;">The color of this text is #ffedfe.</span>
#ffedfe Background Color
<div style="background-color: #ffedfe; width:100%; height:100%; display: flex; justify-content: center; align-items: center;">The background color for this text is #ffedfe.</div>
#ffedfe Text Shadow Color
<span style="text-shadow: 3px 3px 3px #ffedfe;">This color for the shadow of this text is #ffedfe.</span>
#ffedfe Border Color
<div style="border: #ffedfe 4px solid;width:100%; height:100%; display: flex; justify-content: center; align-items: center;">This is a div with border color #ffedfe.</div>
#ffedfe Color Rectangle on a White Background
<div style="background-color: #ffffff; padding: 60px; width:100%; height: 100%;"><div style="background-color: #ffedfe; width:100%; height:100%; padding: 10px; display: flex; justify-content: center; align-items: center;">This is a rectangle of color #ffedfe on a white background.</div></div>
#ffedfe Color Rectangle on a Black Background
<div style="background-color: #000000; padding: 60px; width:100%; height: 100%;"><div style="background-color: #ffedfe; width:100%; height:100%; padding: 10px; display: flex; justify-content: center; align-items: center;">This is a rectangle of color #ffedfe on a black background.</div></div>
Gradient from #ffedfe to White
<div style="background: -webkit-linear-gradient(left,#ffedfe,white); /* Firefox */ background: linear-gradient(to right,#ffedfe,white); /* Safari */ background: -o-linear-gradient(left,#ffedfe,white); /* Opera */ background: -moz-linear-gradient(left,#ffedfe,white); width:100%; height:100%; display: flex; justify-content: center; align-items: center;">This is a gradient from #ffedfe to white.</div>
Gradient from #ffedfe to Black
<div style="background: -webkit-linear-gradient(left,#ffedfe,black); /* Firefox */ background: linear-gradient(to right,#ffedfe,black); /* Safari */ background: -o-linear-gradient(left,#ffedfe,black); /* Opera */ background: -moz-linear-gradient(left,#ffedfe,black); color: #ffffff; width:100%; height:100%; display: flex; justify-content: center; align-items: center;">This is a gradient from #ffedfe to black.</div>
Coding & Programming with #ffedfe
In addition to using #ffedfe on the web, we know you might want to use it in your mobile and desktop apps, too. Whatever your needs, the table below shows how to access #ffedfe in the language and environment of your choice. These code snippets are principally the hexadecimal representation of #ffedfe, or the RGB color coordinates for the same (Red = 255, Green = 237, Blue = 254). If you need details about the color coordinates of #ffedfe in other color spaces, refer to these details as provided toward the top of this page.
Language | Environment | Code Snippet |
---|---|---|
HTML + CSS (Hex Code) | Web | #ffedfe |
HTML + CSS (RGB Code) | Web | rgb(255, 237, 254) |
CSS Background Color | Web | .myclass { background-color: #ffedfe; } |
CSS Foreground + Text Color | Web | .myclass { color: #ffedfe; } |
CSS Border Color | Web | .myclass { border: 2px solid #ffedfe; } |
Java | (Multi-platform) | new Color(255, 237, 254); |
Python | (Multi-platform) | Color("#ffedfe") |
Swift | iOS | UIColor(red:255, green:237, blue:254, alpha:1.0000) |
Objective-C (iOS) | iOS | [UIColor colorWithRed:255 green:237 blue:254 alpha:1.0000]; |
OpenGL | (Graphics) | glColor3f(255f, 237f, 254f); |
C# / .NET | Windows | Color.FromArgb(255, 237, 254); |
#ffedfe Color Blindness
Not everyone can see #ffedfe the same way. For those with color blindness, #ffedfe might look very, very different. Here, we simulate eight examples of color blindness, and how #ffedfe looks next to each one of them. In all cases, #ffedfe is placed in a circle in the upper-left corner of each of the below boxes, with the color in the rest of those boxes signifying how #ffedfe looks for someone with that type of color blindness. Many people will perceive close similarities between the colors in these boxes and the colors in the circles — with some noticing particular similarities. We offer this insight so that as you make choices about colors to use for your purposes, you can make an informed decision about whether #ffedfe will be a good fit for everyone in your audience!
Trichromacy
Protanomaly
Affects 1 in 100 Men & 1 in 10,000 Women
Deuteranomaly
Affects 1 in 17 Men & 1 in 250 Women
Tritanomaly
Affects 1 in 10,000
Dichromacy
Protanopia
Affects 1 in 100, Mostly Men
Deuteranopia
Affects 1 in 100, Mostly Men
Tritanopia
Affects 1 in 100,000
Not Accessibility Recommended
We analyzed whether #ffedfe is an accessible color when used as a text / foreground color against a white background. This analysis is based on the Web Content Accessibility Guidelines (WCAG) 2 Level issued by W3C. Based on this analysis, we calculate a contrast ratio against white of approximately 1.1:1 against white. Under both the AA and AAA level standards, this is not a high enough ratio to be considered accessible for either normal size or large text.