#FBB9DD

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

Shades of Cotton Candy #FBB9DD

Tints of Cotton Candy #FBB9DD

Color information

#FBB9DD (or 0xFBB9DD) is unknown color: approx Cotton Candy. HEX triplet: FB, B9 and DD. RGB value is (251,185,221). Sum of RGB (Red+Green+Blue) = 251+185+221=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DD is #044622. Grayscale: #D0D0D0. Windows color (decimal): -280099 or 14531067. OLE color: 14531067.

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

Color convert

RGB251185221-
CMYK00.260.120.02
HSL327.27º89.19%85.49%-
HSV(B)327.27º26.29%98.43%-
XYZ70.1860.4376.37-
YUV208.84134.87158.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 185 (72.66% from 255) = 28.16%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=38.20%
G=28.16%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118522100.260.120.02327.2789.1985.49
HexFBB9DD01AC21475955
Octal373271335032142507131125
Binary11111011101110011101110101101011001010100011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9DD; }

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

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

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

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

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

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

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

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