Shades of Cotton Candy #FABED2
Tints of Cotton Candy #FABED2
RGB
CMYK
RGB Variations
Color information
#FABED2 (or 0xFABED2) is known color: Cotton Candy. HEX triplet: FA, BE and D2. RGB value is (250,190,210). Sum of RGB (Red+Green+Blue) = 250+190+210=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 190 (74.61% from 255 or 29.23% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FABED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABED2 is #05412D. Grayscale: #D2D2D2. Windows color (decimal): -344366 or 13811450. OLE color: 13811450.
HSL color Cylindrical-coordinate representation of color #FABED2: hue angle of 340º 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 #FABED2 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 190 | 210 | - |
CMYK | 0 | 0.24 | 0.16 | 0.02 |
HSL | 340º | 0.86% | 0.86% | - |
HSV(B) | 340º | 0.24% | 0.98% | - |
XYZ | 69.47 | 61.8 | 69.24 | - |
YUV | 210.22 | 127.88 | 156.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 190 | 210 | 0 | 0.24 | 0.16 | 0.02 | 340 | 0.86 | 0.86 |
Hex | FA | BE | D2 | 0 | 18 | 10 | 2 | 154 | 56 | 56 |
Octal | 372 | 276 | 322 | 0 | 30 | 20 | 2 | 524 | 126 | 126 |
Binary | 11111010 | 10111110 | 11010010 | 0 | 11000 | 10000 | 10 | 101010100 | 1010110 | 1010110 |
Color Harmonies of #FABED2
Complementary color
Monochromatic Colors of #FABED2
Black with #FABED2
Text Example
Text Example
White with #FABED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABED2; }
p { color: rgb(250,190,210); }
H1.HeaderClassName
{
color: #FABED2;
}
.AnyTagClassName
{
color: #FABED2;
}
</style>
background-color css
<style>
a { background-color: #FABED2; }
a { background-color: rgb(250,190,210); }
div.DivClassName
{
background-color: #FABED2;
}
.BgClassName
{
background-color: #FABED2;
}
</style>
border-color css
<style>
span { border-color: #FABED2; }
span { border-color: rgb(250,190,210); }
td.TdClassName
{
border-color: #FABED2;
}
.TagClassName
{
border-color: #FABED2;
}
</style>