Shades of Cotton Candy #FDBED2
Tints of Cotton Candy #FDBED2
RGB
CMYK
RGB Variations
Color information
#FDBED2 (or 0xFDBED2) is known color: Cotton Candy. HEX triplet: FD, BE and D2. RGB value is (253,190,210). Sum of RGB (Red+Green+Blue) = 253+190+210=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBED2 is #02412D. Grayscale: #D3D3D3. Windows color (decimal): -147758 or 13811453. OLE color: 13811453.
HSL color Cylindrical-coordinate representation of color #FDBED2: hue angle of 340.95º degrees, saturation: 0.94, 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 #FDBED2 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 190 | 210 | - |
CMYK | 0 | 0.25 | 0.17 | 0.01 |
HSL | 340.95º | 0.94% | 0.87% | - |
HSV(B) | 340.95º | 0.25% | 0.99% | - |
XYZ | 70.55 | 62.36 | 69.29 | - |
YUV | 211.12 | 127.37 | 157.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 190 | 210 | 0 | 0.25 | 0.17 | 0.01 | 340.95 | 0.94 | 0.87 |
Hex | FD | BE | D2 | 0 | 19 | 11 | 1 | 155 | 5E | 57 |
Octal | 375 | 276 | 322 | 0 | 31 | 21 | 1 | 525 | 136 | 127 |
Binary | 11111101 | 10111110 | 11010010 | 0 | 11001 | 10001 | 1 | 101010101 | 1011110 | 1010111 |
Color Harmonies of #FDBED2
Complementary color
Monochromatic Colors of #FDBED2
Black with #FDBED2
Text Example
Text Example
White with #FDBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBED2; }
p { color: rgb(253,190,210); }
H1.HeaderClassName
{
color: #FDBED2;
}
.AnyTagClassName
{
color: #FDBED2;
}
</style>
background-color css
<style>
a { background-color: #FDBED2; }
a { background-color: rgb(253,190,210); }
div.DivClassName
{
background-color: #FDBED2;
}
.BgClassName
{
background-color: #FDBED2;
}
</style>
border-color css
<style>
span { border-color: #FDBED2; }
span { border-color: rgb(253,190,210); }
td.TdClassName
{
border-color: #FDBED2;
}
.TagClassName
{
border-color: #FDBED2;
}
</style>