#FBBBE1

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

Shades of Cotton Candy #FBBBE1

Tints of Cotton Candy #FBBBE1

Color information

#FBBBE1 (or 0xFBBBE1) is unknown color: approx Cotton Candy. HEX triplet: FB, BB and E1. RGB value is (251,187,225). Sum of RGB (Red+Green+Blue) = 251+187+225=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBE1 is #04441E. Grayscale: #D2D2D2. Windows color (decimal): -279583 or 14793723. OLE color: 14793723.

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

Color convert

RGB251187225-
CMYK00.250.100.02
HSL324.38º88.89%85.88%-
HSV(B)324.38º25.5%98.43%-
XYZ71.1461.4979.35-
YUV210.47136.2156.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 225 (88.28% from 255) = 33.94%
R=37.86%
G=28.21%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118722500.250.100.02324.3888.8985.88
HexFBBBE1019A21445956
Octal373273341031122504131126
Binary11111011101110111110000101100110101010100010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBE1; }

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

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

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

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

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

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

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

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