#FBBCDC

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

Shades of Cotton Candy #FBBCDC

Tints of Cotton Candy #FBBCDC

Color information

#FBBCDC (or 0xFBBCDC) is unknown color: approx Cotton Candy. HEX triplet: FB, BC and DC. RGB value is (251,188,220). Sum of RGB (Red+Green+Blue) = 251+188+220=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCDC is #044323. Grayscale: #D2D2D2. Windows color (decimal): -279332 or 14466299. OLE color: 14466299.

HSL color Cylindrical-coordinate representation of color #FBBCDC: hue angle of 329.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBCDC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251188220-
CMYK00.250.120.02
HSL329.52º88.73%86.08%-
HSV(B)329.52º25.1%98.43%-
XYZ70.6961.6475.88-
YUV210.48133.37156.9-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 188 (73.83% from 255) = 28.53%
BLUE value IS 220 (86.33% from 255) = 33.38%
R=38.09%
G=28.53%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118822000.250.120.02329.5288.7386.08
HexFBBCDC019C214a5956
Octal373274334031142512131126
Binary11111011101111001101110001100111001010100101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCDC; }

 p { color: rgb(251,188,220); }

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

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

 a { background-color: rgb(251,188,220); }

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

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

 span { border-color: rgb(251,188,220); }

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