#FCB6CF

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

Shades of Cotton Candy #FCB6CF

Tints of Cotton Candy #FCB6CF

Color information

#FCB6CF (or 0xFCB6CF) is unknown color: approx Cotton Candy. HEX triplet: FC, B6 and CF. RGB value is (252,182,207). Sum of RGB (Red+Green+Blue) = 252+182+207=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 182 (71.48% from 255 or 28.39% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CF is #034930. Grayscale: #CDCDCD. Windows color (decimal): -215345 or 13612796. OLE color: 13612796.

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

Color convert

RGB252182207-
CMYK00.280.180.01
HSL338.57º92.11%85.1%-
HSV(B)338.57º27.78%98.82%-
XYZ68.1458.6666.76-
YUV205.78128.69160.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 182 (71.48% from 255) = 28.39%
BLUE value IS 207 (81.25% from 255) = 32.29%
R=39.31%
G=28.39%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218220700.280.180.01338.5792.1185.1
HexFCB6CF01C1211535c55
Octal374266317034221523134125
Binary11111100101101101100111101110010010110101001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6CF; }

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

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

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

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

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

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

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

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