#FCB2CD

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

Shades of Cotton Candy #FCB2CD

Tints of Cotton Candy #FCB2CD

Color information

#FCB2CD (or 0xFCB2CD) is unknown color: approx Cotton Candy. HEX triplet: FC, B2 and CD. RGB value is (252,178,205). Sum of RGB (Red+Green+Blue) = 252+178+205=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2CD is #034D32. Grayscale: #CBCBCB. Windows color (decimal): -216371 or 13480700. OLE color: 13480700.

HSL color Cylindrical-coordinate representation of color #FCB2CD: hue angle of 338.11º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2CD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252178205-
CMYK00.290.190.01
HSL338.11º92.5%84.31%-
HSV(B)338.11º29.37%98.82%-
XYZ67.0856.9465.21-
YUV203.2129.02162.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.69%
GREEN value IS 178 (69.92% from 255) = 28.03%
BLUE value IS 205 (80.47% from 255) = 32.28%
R=39.69%
G=28.03%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217820500.290.190.01338.1192.584.31
HexFCB2CD01D1311525c54
Octal374262315035231522134124
Binary11111100101100101100110101110110011110101001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2CD; }

 p { color: rgb(252,178,205); }

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

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

 a { background-color: rgb(252,178,205); }

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

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

 span { border-color: rgb(252,178,205); }

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