Shades of Cotton Candy #FCBEDB
Tints of Cotton Candy #FCBEDB
RGB
CMYK
RGB Variations
Color information
#FCBEDB (or 0xFCBEDB) is known color: Cotton Candy. HEX triplet: FC, BE and DB. RGB value is (252,190,219). Sum of RGB (Red+Green+Blue) = 252+190+219=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 190 (74.61% from 255 or 28.74% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEDB is #034124. Grayscale: #D3D3D3. Windows color (decimal): -213285 or 14401276. OLE color: 14401276.
HSL color Cylindrical-coordinate representation of color #FCBEDB: hue angle of 331.94º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEDB is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 190 | 219 | - |
CMYK | 0 | 0.25 | 0.13 | 0.01 |
HSL | 331.94º | 0.91% | 0.87% | - |
HSV(B) | 331.94º | 0.25% | 0.99% | - |
XYZ | 71.34 | 62.64 | 75.35 | - |
YUV | 211.84 | 132.04 | 156.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 190 | 219 | 0 | 0.25 | 0.13 | 0.01 | 331.94 | 0.91 | 0.87 |
Hex | FC | BE | DB | 0 | 19 | D | 1 | 14C | 5B | 57 |
Octal | 374 | 276 | 333 | 0 | 31 | 15 | 1 | 514 | 133 | 127 |
Binary | 11111100 | 10111110 | 11011011 | 0 | 11001 | 1101 | 1 | 101001100 | 1011011 | 1010111 |
Color Harmonies of #FCBEDB
Complementary color
Monochromatic Colors of #FCBEDB
Black with #FCBEDB
Text Example
Text Example
White with #FCBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBEDB; }
p { color: rgb(252,190,219); }
H1.HeaderClassName
{
color: #FCBEDB;
}
.AnyTagClassName
{
color: #FCBEDB;
}
</style>
background-color css
<style>
a { background-color: #FCBEDB; }
a { background-color: rgb(252,190,219); }
div.DivClassName
{
background-color: #FCBEDB;
}
.BgClassName
{
background-color: #FCBEDB;
}
</style>
border-color css
<style>
span { border-color: #FCBEDB; }
span { border-color: rgb(252,190,219); }
td.TdClassName
{
border-color: #FCBEDB;
}
.TagClassName
{
border-color: #FCBEDB;
}
</style>