#FBB9DC

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

Shades of Cotton Candy #FBB9DC

Tints of Cotton Candy #FBB9DC

Color information

#FBB9DC (or 0xFBB9DC) is unknown color: approx Cotton Candy. HEX triplet: FB, B9 and DC. RGB value is (251,185,220). Sum of RGB (Red+Green+Blue) = 251+185+220=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 185 (72.66% from 255 or 28.20% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DC is #044623. Grayscale: #D0D0D0. Windows color (decimal): -280100 or 14465531. OLE color: 14465531.

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

Color convert

RGB251185220-
CMYK00.260.120.02
HSL328.18º89.19%85.49%-
HSV(B)328.18º26.29%98.43%-
XYZ70.0560.3775.67-
YUV208.72134.37158.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 185 (72.66% from 255) = 28.20%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=38.26%
G=28.20%
B=33.54%

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
Decimal25118522000.260.120.02328.1889.1985.49
HexFBB9DC01AC21485955
Octal373271334032142510131125
Binary11111011101110011101110001101011001010100100010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9DC; }

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

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

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

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

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

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

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

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