#FCBFD7

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

Shades of Cotton Candy #FCBFD7

Tints of Cotton Candy #FCBFD7

Color information

#FCBFD7 (or 0xFCBFD7) is unknown color: approx Cotton Candy. HEX triplet: FC, BF and D7. RGB value is (252,191,215). Sum of RGB (Red+Green+Blue) = 252+191+215=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 191 (75% from 255 or 29.03% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD7 is #034028. Grayscale: #D3D3D3. Windows color (decimal): -213033 or 14139388. OLE color: 14139388.

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

Color convert

RGB252191215-
CMYK00.240.150.01
HSL336.39º91.04%86.86%-
HSV(B)336.39º24.21%98.82%-
XYZ71.0462.8672.68-
YUV211.97129.71156.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.30%
GREEN value IS 191 (75% from 255) = 29.03%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=38.30%
G=29.03%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219121500.240.150.01336.3991.0486.86
HexFCBFD7018F11505b57
Octal374277327030171520133127
Binary1111110010111111110101110110001111110101000010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFD7; }

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

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

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

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

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

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

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

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