#FCBFD5

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

Shades of Cotton Candy #FCBFD5

Tints of Cotton Candy #FCBFD5

Color information

#FCBFD5 (or 0xFCBFD5) is unknown color: approx Cotton Candy. HEX triplet: FC, BF and D5. RGB value is (252,191,213). Sum of RGB (Red+Green+Blue) = 252+191+213=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 191 (75% from 255 or 29.12% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD5 is #03402A. Grayscale: #D3D3D3. Windows color (decimal): -213035 or 14008316. OLE color: 14008316.

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

Color convert

RGB252191213-
CMYK00.240.150.01
HSL338.36º91.04%86.86%-
HSV(B)338.36º24.21%98.82%-
XYZ70.7962.7671.33-
YUV211.75128.71156.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 191 (75% from 255) = 29.12%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=38.41%
G=29.12%
B=32.47%

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
Decimal25219121300.240.150.01338.3691.0486.86
HexFCBFD5018F11525b57
Octal374277325030171522133127
Binary1111110010111111110101010110001111110101001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFD5; }

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

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

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

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

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

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

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

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