#FBBBE0

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

Shades of Cotton Candy #FBBBE0

Tints of Cotton Candy #FBBBE0

Color information

#FBBBE0 (or 0xFBBBE0) is unknown color: approx Cotton Candy. HEX triplet: FB, BB and E0. RGB value is (251,187,224). Sum of RGB (Red+Green+Blue) = 251+187+224=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBE0 is #04441F. Grayscale: #D2D2D2. Windows color (decimal): -279584 or 14728187. OLE color: 14728187.

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

Color convert

RGB251187224-
CMYK00.250.110.02
HSL325.31º88.89%85.88%-
HSV(B)325.31º25.5%98.43%-
XYZ71.0161.4378.64-
YUV210.35135.7156.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=37.92%
G=28.25%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118722400.250.110.02325.3188.8985.88
HexFBBBE0019B21455956
Octal373273340031132505131126
Binary11111011101110111110000001100110111010100010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBE0; }

 p { color: rgb(251,187,224); }

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

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

 a { background-color: rgb(251,187,224); }

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

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

 span { border-color: rgb(251,187,224); }

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