#FBBDD9

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

Shades of Cotton Candy #FBBDD9

Tints of Cotton Candy #FBBDD9

Color information

#FBBDD9 (or 0xFBBDD9) is unknown color: approx Cotton Candy. HEX triplet: FB, BD and D9. RGB value is (251,189,217). Sum of RGB (Red+Green+Blue) = 251+189+217=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDD9 is #044226. Grayscale: #D2D2D2. Windows color (decimal): -279079 or 14269947. OLE color: 14269947.

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

Color convert

RGB251189217-
CMYK00.250.140.02
HSL332.9º88.57%86.27%-
HSV(B)332.9º24.7%98.43%-
XYZ70.5161.9173.88-
YUV210.73131.54156.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=38.20%
G=28.77%
B=33.03%

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
Decimal25118921700.250.140.02332.988.5786.27
HexFBBDD9019E214d5956
Octal373275331031162515131126
Binary11111011101111011101100101100111101010100110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDD9; }

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

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

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

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

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

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

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

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