#FBB6DB

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

Shades of Cotton Candy #FBB6DB

Tints of Cotton Candy #FBB6DB

Color information

#FBB6DB (or 0xFBB6DB) is unknown color: approx Cotton Candy. HEX triplet: FB, B6 and DB. RGB value is (251,182,219). Sum of RGB (Red+Green+Blue) = 251+182+219=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 182 (71.48% from 255 or 27.91% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6DB is #044924. Grayscale: #CECECE. Windows color (decimal): -280869 or 14399227. OLE color: 14399227.

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

Color convert

RGB251182219-
CMYK00.270.130.02
HSL327.83º89.61%84.9%-
HSV(B)327.83º27.49%98.43%-
XYZ69.359.0874.77-
YUV206.85134.86159.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 182 (71.48% from 255) = 27.91%
BLUE value IS 219 (85.94% from 255) = 33.59%
R=38.50%
G=27.91%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118221900.270.130.02327.8389.6184.9
HexFBB6DB01BD21485a55
Octal373266333033152510132125
Binary11111011101101101101101101101111011010100100010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB6DB; }

 p { color: rgb(251,182,219); }

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

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

 a { background-color: rgb(251,182,219); }

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

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

 span { border-color: rgb(251,182,219); }

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