#FCB8D3

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

Shades of Cotton Candy #FCB8D3

Tints of Cotton Candy #FCB8D3

Color information

#FCB8D3 (or 0xFCB8D3) is unknown color: approx Cotton Candy. HEX triplet: FC, B8 and D3. RGB value is (252,184,211). Sum of RGB (Red+Green+Blue) = 252+184+211=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 184 (72.27% from 255 or 28.44% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8D3 is #03472C. Grayscale: #CFCFCF. Windows color (decimal): -214829 or 13875452. OLE color: 13875452.

HSL color Cylindrical-coordinate representation of color #FCB8D3: hue angle of 336.18º 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 #FCB8D3 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252184211-
CMYK00.270.160.01
HSL336.18º91.89%85.49%-
HSV(B)336.18º26.98%98.82%-
XYZ69.0459.6869.51-
YUV207.41130.03159.8-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 184 (72.27% from 255) = 28.44%
BLUE value IS 211 (82.81% from 255) = 32.61%
R=38.95%
G=28.44%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218421100.270.160.01336.1891.8985.49
HexFCB8D301B1011505c55
Octal374270323033201520134125
Binary11111100101110001101001101101110000110101000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8D3; }

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

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

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

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

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

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

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

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