#fdb2ce

Color #FDB2CE Cotton Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Candy #FDB2CE

Tints of Cotton Candy #FDB2CE

Color information

#FDB2CE (or 0xFDB2CE) is unknown color: approx Cotton Candy. HEX triplet: FD, B2 and CE. RGB value is (253,178,206). Sum of RGB (Red+Green+Blue) = 253+178+206=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2CE is #024D31. Grayscale: #CBCBCB. Windows color (decimal): -150834 or 13546237. OLE color: 13546237.

HSL color Cylindrical-coordinate representation of color #FDB2CE: hue angle of 337.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2CE is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB253178206-
CMYK00.300.190.01
HSL337.6º94.94%84.51%-
HSV(B)337.6º29.64%99.22%-
XYZ67.5757.1865.87-
YUV203.62129.35163.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 178 (69.92% from 255) = 27.94%
BLUE value IS 206 (80.86% from 255) = 32.34%
R=39.72%
G=27.94%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317820600.300.190.01337.694.9484.51
HexFDB2CE01E1311525f55
Octal375262316036231522137125
Binary11111101101100101100111001111010011110101001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fdb2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fdb2ce; }

 p { color: rgb(253,178,206); }

 H1.HeaderClassName
 {
   color: #fdb2ce;
 }
 .AnyTagClassName
 {
   color: #fdb2ce;
 }
</style>
background-color css

<style>
 a { background-color: #fdb2ce; }

 a { background-color: rgb(253,178,206); }

 div.DivClassName
 {
   background-color: #fdb2ce;
 }
 .BgClassName
 {
   background-color: #fdb2ce;
 }
</style>
border-color css

<style>
 span { border-color: #fdb2ce; }

 span { border-color: rgb(253,178,206); }

 td.TdClassName
 {
   border-color: #fdb2ce;
 }
 .TagClassName
 {
   border-color: #fdb2ce;
 }
</style>