Shades of Carousel Pink #FADFE4
Tints of Carousel Pink #FADFE4
RGB
CMYK
RGB Variations
Color information
#FADFE4 (or 0xFADFE4) is known color: Carousel Pink. HEX triplet: FA, DF and E4. RGB value is (250,223,228). Sum of RGB (Red+Green+Blue) = 250+223+228=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 223 (87.5% from 255 or 31.81% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFE4 is #05201B. Grayscale: #E7E7E7. Windows color (decimal): -335900 or 14999546. OLE color: 14999546.
HSL color Cylindrical-coordinate representation of color #FADFE4: hue angle of 348.89º degrees, saturation: 0.73, 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 #FADFE4 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 228 | - |
CMYK | 0 | 0.11 | 0.09 | 0.02 |
HSL | 348.89º | 0.73% | 0.93% | - |
HSV(B) | 348.89º | 0.11% | 0.98% | - |
XYZ | 79.82 | 78.7 | 84.38 | - |
YUV | 231.64 | 125.95 | 141.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 228 | 0 | 0.11 | 0.09 | 0.02 | 348.89 | 0.73 | 0.93 |
Hex | FA | DF | E4 | 0 | B | 9 | 2 | 15D | 49 | 5D |
Octal | 372 | 337 | 344 | 0 | 13 | 11 | 2 | 535 | 111 | 135 |
Binary | 11111010 | 11011111 | 11100100 | 0 | 1011 | 1001 | 10 | 101011101 | 1001001 | 1011101 |
Color Harmonies of #FADFE4
Complementary color
Monochromatic Colors of #FADFE4
Black with #FADFE4
Text Example
Text Example
White with #FADFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFE4; }
p { color: rgb(250,223,228); }
H1.HeaderClassName
{
color: #FADFE4;
}
.AnyTagClassName
{
color: #FADFE4;
}
</style>
background-color css
<style>
a { background-color: #FADFE4; }
a { background-color: rgb(250,223,228); }
div.DivClassName
{
background-color: #FADFE4;
}
.BgClassName
{
background-color: #FADFE4;
}
</style>
border-color css
<style>
span { border-color: #FADFE4; }
span { border-color: rgb(250,223,228); }
td.TdClassName
{
border-color: #FADFE4;
}
.TagClassName
{
border-color: #FADFE4;
}
</style>