#FCBFD4

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

Shades of Cotton Candy #FCBFD4

Tints of Cotton Candy #FCBFD4

Color information

#FCBFD4 (or 0xFCBFD4) is unknown color: approx Cotton Candy. HEX triplet: FC, BF and D4. RGB value is (252,191,212). Sum of RGB (Red+Green+Blue) = 252+191+212=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 191 (75% from 255 or 29.16% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD4 is #03402B. Grayscale: #D3D3D3. Windows color (decimal): -213036 or 13942780. OLE color: 13942780.

HSL color Cylindrical-coordinate representation of color #FCBFD4: hue angle of 339.34º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCBFD4 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252191212-
CMYK00.240.160.01
HSL339.34º91.04%86.86%-
HSV(B)339.34º24.21%98.82%-
XYZ70.6662.7170.67-
YUV211.63128.21156.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 191 (75% from 255) = 29.16%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=38.47%
G=29.16%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219121200.240.160.01339.3491.0486.86
HexFCBFD40181011535b57
Octal374277324030201523133127
Binary11111100101111111101010001100010000110101001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFD4; }

 p { color: rgb(252,191,212); }

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

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

 a { background-color: rgb(252,191,212); }

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

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

 span { border-color: rgb(252,191,212); }

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