#FCBFD3

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

Shades of Cotton Candy #FCBFD3

Tints of Cotton Candy #FCBFD3

Color information

#FCBFD3 (or 0xFCBFD3) is unknown color: approx Cotton Candy. HEX triplet: FC, BF and D3. RGB value is (252,191,211). Sum of RGB (Red+Green+Blue) = 252+191+211=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFD3 is #03402C. Grayscale: #D3D3D3. Windows color (decimal): -213037 or 13877244. OLE color: 13877244.

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

Color convert

RGB252191211-
CMYK00.240.160.01
HSL340.33º91.04%86.86%-
HSV(B)340.33º24.21%98.82%-
XYZ70.5362.6670.01-
YUV211.52127.71156.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=38.53%
G=29.20%
B=32.26%

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
Decimal25219121100.240.160.01340.3391.0486.86
HexFCBFD30181011545b57
Octal374277323030201524133127
Binary11111100101111111101001101100010000110101010010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFD3; }

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

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

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

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

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

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

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

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