#FBBCD9

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

Shades of Cotton Candy #FBBCD9

Tints of Cotton Candy #FBBCD9

Color information

#FBBCD9 (or 0xFBBCD9) is unknown color: approx Cotton Candy. HEX triplet: FB, BC and D9. RGB value is (251,188,217). Sum of RGB (Red+Green+Blue) = 251+188+217=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBCD9 is #044326. Grayscale: #D2D2D2. Windows color (decimal): -279335 or 14269691. OLE color: 14269691.

HSL color Cylindrical-coordinate representation of color #FBBCD9: hue angle of 332.38º 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 #FBBCD9 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251188217-
CMYK00.250.140.02
HSL332.38º88.73%86.08%-
HSV(B)332.38º25.1%98.43%-
XYZ70.2961.4973.81-
YUV210.14131.87157.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 188 (73.83% from 255) = 28.66%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=38.26%
G=28.66%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118821700.250.140.02332.3888.7386.08
HexFBBCD9019E214c5956
Octal373274331031162514131126
Binary11111011101111001101100101100111101010100110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBCD9; }

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

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

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

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

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

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

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

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