#FBB8DA

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

Shades of Cotton Candy #FBB8DA

Tints of Cotton Candy #FBB8DA

Color information

#FBB8DA (or 0xFBB8DA) is unknown color: approx Cotton Candy. HEX triplet: FB, B8 and DA. RGB value is (251,184,218). Sum of RGB (Red+Green+Blue) = 251+184+218=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8DA is #044725. Grayscale: #CFCFCF. Windows color (decimal): -280358 or 14334203. OLE color: 14334203.

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

Color convert

RGB251184218-
CMYK00.270.130.02
HSL329.55º89.33%85.29%-
HSV(B)329.55º26.69%98.43%-
XYZ69.5859.8574.22-
YUV207.91133.7158.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 184 (72.27% from 255) = 28.18%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=38.44%
G=28.18%
B=33.38%

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
Decimal25118421800.270.130.02329.5589.3385.29
HexFBB8DA01BD214a5955
Octal373270332033152512131125
Binary11111011101110001101101001101111011010100101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB8DA; }

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

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

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

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

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

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

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

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