#FBBBE6

Color #FBBBE6 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FBBBE6

Tints of Classic Rose #FBBBE6

Color information

#FBBBE6 (or 0xFBBBE6) is unknown color: approx Classic Rose. HEX triplet: FB, BB and E6. RGB value is (251,187,230). Sum of RGB (Red+Green+Blue) = 251+187+230=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBE6 is #044419. Grayscale: #D2D2D2. Windows color (decimal): -279578 or 15121403. OLE color: 15121403.

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

Color convert

RGB251187230-
CMYK00.250.080.02
HSL319.69º88.89%85.88%-
HSV(B)319.69º25.5%98.43%-
XYZ71.8461.7683-
YUV211.04138.7156.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.57%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 230 (90.23% from 255) = 34.43%
R=37.57%
G=27.99%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118723000.250.080.02319.6988.8985.88
HexFBBBE6019821405956
Octal373273346031102500131126
Binary11111011101110111110011001100110001010100000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBE6; }

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

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

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

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

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

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

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

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