#FCBFDA

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

Shades of Cotton Candy #FCBFDA

Tints of Cotton Candy #FCBFDA

Color information

#FCBFDA (or 0xFCBFDA) is unknown color: approx Cotton Candy. HEX triplet: FC, BF and DA. RGB value is (252,191,218). Sum of RGB (Red+Green+Blue) = 252+191+218=661 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.12% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBFDA is #034025. Grayscale: #D4D4D4. Windows color (decimal): -213030 or 14335996. OLE color: 14335996.

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

Color convert

RGB252191218-
CMYK00.240.130.01
HSL333.44º91.04%86.86%-
HSV(B)333.44º24.21%98.82%-
XYZ71.4363.0274.73-
YUV212.32131.21156.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.12%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 218 (85.55% from 255) = 32.98%
R=38.12%
G=28.90%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219121800.240.130.01333.4491.0486.86
HexFCBFDA018D114d5b57
Octal374277332030151515133127
Binary1111110010111111110110100110001101110100110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBFDA; }

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

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

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

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

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

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

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

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