Shades of Cotton Candy #FABFD4
Tints of Cotton Candy #FABFD4
RGB
CMYK
RGB Variations
Color information
#FABFD4 (or 0xFABFD4) is known color: Cotton Candy. HEX triplet: FA, BF and D4. RGB value is (250,191,212). Sum of RGB (Red+Green+Blue) = 250+191+212=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FABFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABFD4 is #05402B. Grayscale: #D3D3D3. Windows color (decimal): -344108 or 13942778. OLE color: 13942778.
HSL color Cylindrical-coordinate representation of color #FABFD4: hue angle of 338.64º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FABFD4 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 191 | 212 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.02 |
| HSL | 338.64º | 0.86% | 0.86% | - |
| HSV(B) | 338.64º | 0.24% | 0.98% | - |
| XYZ | 69.94 | 62.34 | 70.63 | - |
| YUV | 211.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 191 | 212 | 0 | 0.24 | 0.15 | 0.02 | 338.64 | 0.86 | 0.86 |
| Hex | FA | BF | D4 | 0 | 18 | F | 2 | 153 | 56 | 56 |
| Octal | 372 | 277 | 324 | 0 | 30 | 17 | 2 | 523 | 126 | 126 |
| Binary | 11111010 | 10111111 | 11010100 | 0 | 11000 | 1111 | 10 | 101010011 | 1010110 | 1010110 |
Color Harmonies of #FABFD4
Complementary color
Monochromatic Colors of #FABFD4
Black with #FABFD4
Text Example
Text Example
White with #FABFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABFD4; }
p { color: rgb(250,191,212); }
H1.HeaderClassName
{
color: #FABFD4;
}
.AnyTagClassName
{
color: #FABFD4;
}
</style>
background-color css
<style>
a { background-color: #FABFD4; }
a { background-color: rgb(250,191,212); }
div.DivClassName
{
background-color: #FABFD4;
}
.BgClassName
{
background-color: #FABFD4;
}
</style>
border-color css
<style>
span { border-color: #FABFD4; }
span { border-color: rgb(250,191,212); }
td.TdClassName
{
border-color: #FABFD4;
}
.TagClassName
{
border-color: #FABFD4;
}
</style>