#FCB4CF

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

Shades of Cotton Candy #FCB4CF

Tints of Cotton Candy #FCB4CF

Color information

#FCB4CF (or 0xFCB4CF) is unknown color: approx Cotton Candy. HEX triplet: FC, B4 and CF. RGB value is (252,180,207). Sum of RGB (Red+Green+Blue) = 252+180+207=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 180 (70.70% from 255 or 28.17% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4CF is #034B30. Grayscale: #CCCCCC. Windows color (decimal): -215857 or 13612284. OLE color: 13612284.

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

Color convert

RGB252180207-
CMYK00.290.180.01
HSL337.5º92.31%84.71%-
HSV(B)337.5º28.57%98.82%-
XYZ67.7357.8466.63-
YUV204.61129.35161.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 180 (70.70% from 255) = 28.17%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=39.44%
G=28.17%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218020700.290.180.01337.592.3184.71
HexFCB4CF01D1211525c55
Octal374264317035221522134125
Binary11111100101101001100111101110110010110101001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4CF; }

 p { color: rgb(252,180,207); }

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

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

 a { background-color: rgb(252,180,207); }

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

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

 span { border-color: rgb(252,180,207); }

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