#FCBCD8

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

Shades of Cotton Candy #FCBCD8

Tints of Cotton Candy #FCBCD8

Color information

#FCBCD8 (or 0xFCBCD8) is unknown color: approx Cotton Candy. HEX triplet: FC, BC and D8. RGB value is (252,188,216). Sum of RGB (Red+Green+Blue) = 252+188+216=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCD8 is #034327. Grayscale: #D2D2D2. Windows color (decimal): -213800 or 14204156. OLE color: 14204156.

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

Color convert

RGB252188216-
CMYK00.250.140.01
HSL333.75º91.43%86.27%-
HSV(B)333.75º25.4%98.82%-
XYZ70.5261.6273.14-
YUV210.33131.2157.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 188 (73.83% from 255) = 28.66%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=38.41%
G=28.66%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218821600.250.140.01333.7591.4386.27
HexFCBCD8019E114e5b56
Octal374274330031161516133126
Binary1111110010111100110110000110011110110100111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBCD8; }

 p { color: rgb(252,188,216); }

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

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

 a { background-color: rgb(252,188,216); }

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

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

 span { border-color: rgb(252,188,216); }

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