Shades of Carousel Pink #FADEE5
Tints of Carousel Pink #FADEE5
RGB
CMYK
RGB Variations
Color information
#FADEE5 (or 0xFADEE5) is known color: Carousel Pink. HEX triplet: FA, DE and E5. RGB value is (250,222,229). Sum of RGB (Red+Green+Blue) = 250+222+229=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 229 (89.84% from 255 or 32.67% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADEE5 is #05211A. Grayscale: #E7E7E7. Windows color (decimal): -336155 or 15064826. OLE color: 15064826.
HSL color Cylindrical-coordinate representation of color #FADEE5: hue angle of 345º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADEE5 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 222 | 229 | - |
CMYK | 0 | 0.11 | 0.08 | 0.02 |
HSL | 345º | 0.74% | 0.93% | - |
HSV(B) | 345º | 0.11% | 0.98% | - |
XYZ | 79.69 | 78.22 | 85.03 | - |
YUV | 231.17 | 126.78 | 141.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 222 | 229 | 0 | 0.11 | 0.08 | 0.02 | 345 | 0.74 | 0.93 |
Hex | FA | DE | E5 | 0 | B | 8 | 2 | 159 | 4A | 5D |
Octal | 372 | 336 | 345 | 0 | 13 | 10 | 2 | 531 | 112 | 135 |
Binary | 11111010 | 11011110 | 11100101 | 0 | 1011 | 1000 | 10 | 101011001 | 1001010 | 1011101 |
Color Harmonies of #FADEE5
Complementary color
Monochromatic Colors of #FADEE5
Black with #FADEE5
Text Example
Text Example
White with #FADEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEE5; }
p { color: rgb(250,222,229); }
H1.HeaderClassName
{
color: #FADEE5;
}
.AnyTagClassName
{
color: #FADEE5;
}
</style>
background-color css
<style>
a { background-color: #FADEE5; }
a { background-color: rgb(250,222,229); }
div.DivClassName
{
background-color: #FADEE5;
}
.BgClassName
{
background-color: #FADEE5;
}
</style>
border-color css
<style>
span { border-color: #FADEE5; }
span { border-color: rgb(250,222,229); }
td.TdClassName
{
border-color: #FADEE5;
}
.TagClassName
{
border-color: #FADEE5;
}
</style>