Shades of Cotton Candy #FCBED3
Tints of Cotton Candy #FCBED3
RGB
CMYK
RGB Variations
Color information
#FCBED3 (or 0xFCBED3) is known color: Cotton Candy. HEX triplet: FC, BE and D3. RGB value is (252,190,211). Sum of RGB (Red+Green+Blue) = 252+190+211=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBED3 is #03412C. Grayscale: #D2D2D2. Windows color (decimal): -213293 or 13876988. OLE color: 13876988.
HSL color Cylindrical-coordinate representation of color #FCBED3: hue angle of 339.68º 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 #FCBED3 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 211 | - |
| CMYK | 0 | 0.25 | 0.16 | 0.01 |
| HSL | 339.68º | 0.91% | 0.87% | - |
| HSV(B) | 339.68º | 0.25% | 0.99% | - |
| XYZ | 70.32 | 62.23 | 69.93 | - |
| YUV | 210.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 211 | 0 | 0.25 | 0.16 | 0.01 | 339.68 | 0.91 | 0.87 |
| Hex | FC | BE | D3 | 0 | 19 | 10 | 1 | 154 | 5B | 57 |
| Octal | 374 | 276 | 323 | 0 | 31 | 20 | 1 | 524 | 133 | 127 |
| Binary | 11111100 | 10111110 | 11010011 | 0 | 11001 | 10000 | 1 | 101010100 | 1011011 | 1010111 |
Color Harmonies of #FCBED3
Complementary color
Monochromatic Colors of #FCBED3
Black with #FCBED3
Text Example
Text Example
White with #FCBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBED3; }
p { color: rgb(252,190,211); }
H1.HeaderClassName
{
color: #FCBED3;
}
.AnyTagClassName
{
color: #FCBED3;
}
</style>
background-color css
<style>
a { background-color: #FCBED3; }
a { background-color: rgb(252,190,211); }
div.DivClassName
{
background-color: #FCBED3;
}
.BgClassName
{
background-color: #FCBED3;
}
</style>
border-color css
<style>
span { border-color: #FCBED3; }
span { border-color: rgb(252,190,211); }
td.TdClassName
{
border-color: #FCBED3;
}
.TagClassName
{
border-color: #FCBED3;
}
</style>