#FCB8CF

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

Shades of Cotton Candy #FCB8CF

Tints of Cotton Candy #FCB8CF

Color information

#FCB8CF (or 0xFCB8CF) is unknown color: approx Cotton Candy. HEX triplet: FC, B8 and CF. RGB value is (252,184,207). Sum of RGB (Red+Green+Blue) = 252+184+207=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8CF is #034730. Grayscale: #CECECE. Windows color (decimal): -214833 or 13613308. OLE color: 13613308.

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

Color convert

RGB252184207-
CMYK00.270.180.01
HSL339.71º91.89%85.49%-
HSV(B)339.71º26.98%98.82%-
XYZ68.5559.4866.9-
YUV206.95128.03160.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=39.19%
G=28.62%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218420700.270.180.01339.7191.8985.49
HexFCB8CF01B1211545c55
Octal374270317033221524134125
Binary11111100101110001100111101101110010110101010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8CF; }

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

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

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

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

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

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

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

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