Shades of Carousel Pink #FAE5E7
Tints of Carousel Pink #FAE5E7
RGB
CMYK
RGB Variations
Color information
#FAE5E7 (or 0xFAE5E7) is known color: Carousel Pink. HEX triplet: FA, E5 and E7. RGB value is (250,229,231). Sum of RGB (Red+Green+Blue) = 250+229+231=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 229 (89.84% from 255 or 32.25% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE5E7 is #051A18. Grayscale: #EBEBEB. Windows color (decimal): -334361 or 15197690. OLE color: 15197690.
HSL color Cylindrical-coordinate representation of color #FAE5E7: hue angle of 354.29º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAE5E7 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 229 | 231 | - |
CMYK | 0 | 0.08 | 0.08 | 0.02 |
HSL | 354.29º | 0.68% | 0.94% | - |
HSV(B) | 354.29º | 0.08% | 0.98% | - |
XYZ | 81.87 | 82.13 | 87.14 | - |
YUV | 235.51 | 125.46 | 138.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 229 | 231 | 0 | 0.08 | 0.08 | 0.02 | 354.29 | 0.68 | 0.94 |
Hex | FA | E5 | E7 | 0 | 8 | 8 | 2 | 162 | 44 | 5E |
Octal | 372 | 345 | 347 | 0 | 10 | 10 | 2 | 542 | 104 | 136 |
Binary | 11111010 | 11100101 | 11100111 | 0 | 1000 | 1000 | 10 | 101100010 | 1000100 | 1011110 |
Color Harmonies of #FAE5E7
Complementary color
Monochromatic Colors of #FAE5E7
Black with #FAE5E7
Text Example
Text Example
White with #FAE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5E7; }
p { color: rgb(250,229,231); }
H1.HeaderClassName
{
color: #FAE5E7;
}
.AnyTagClassName
{
color: #FAE5E7;
}
</style>
background-color css
<style>
a { background-color: #FAE5E7; }
a { background-color: rgb(250,229,231); }
div.DivClassName
{
background-color: #FAE5E7;
}
.BgClassName
{
background-color: #FAE5E7;
}
</style>
border-color css
<style>
span { border-color: #FAE5E7; }
span { border-color: rgb(250,229,231); }
td.TdClassName
{
border-color: #FAE5E7;
}
.TagClassName
{
border-color: #FAE5E7;
}
</style>