#FBB9DA

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

Shades of Cotton Candy #FBB9DA

Tints of Cotton Candy #FBB9DA

Color information

#FBB9DA (or 0xFBB9DA) is unknown color: approx Cotton Candy. HEX triplet: FB, B9 and DA. RGB value is (251,185,218). Sum of RGB (Red+Green+Blue) = 251+185+218=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9DA is #044625. Grayscale: #D0D0D0. Windows color (decimal): -280102 or 14334459. OLE color: 14334459.

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

Color convert

RGB251185218-
CMYK00.260.130.02
HSL330º89.19%85.49%-
HSV(B)330º26.29%98.43%-
XYZ69.7960.2774.28-
YUV208.5133.37158.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=38.38%
G=28.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118521800.260.130.0233089.1985.49
HexFBB9DA01AD214a5955
Octal373271332032152512131125
Binary11111011101110011101101001101011011010100101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB9DA; }

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

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

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

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

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

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

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

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