#FBB9D9

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

Shades of Cotton Candy #FBB9D9

Tints of Cotton Candy #FBB9D9

Color information

#FBB9D9 (or 0xFBB9D9) is unknown color: approx Cotton Candy. HEX triplet: FB, B9 and D9. RGB value is (251,185,217). Sum of RGB (Red+Green+Blue) = 251+185+217=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 185 (72.66% from 255 or 28.33% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9D9 is #044626. Grayscale: #D0D0D0. Windows color (decimal): -280103 or 14268923. OLE color: 14268923.

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

Color convert

RGB251185217-
CMYK00.260.140.02
HSL330.91º89.19%85.49%-
HSV(B)330.91º26.29%98.43%-
XYZ69.6660.2273.6-
YUV208.38132.87158.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 185 (72.66% from 255) = 28.33%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=38.44%
G=28.33%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118521700.260.140.02330.9189.1985.49
HexFBB9D901AE214b5955
Octal373271331032162513131125
Binary11111011101110011101100101101011101010100101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9D9; }

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

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

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

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

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

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

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

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