#FBBEE7

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

Shades of Classic Rose #FBBEE7

Tints of Classic Rose #FBBEE7

Color information

#FBBEE7 (or 0xFBBEE7) is unknown color: approx Classic Rose. HEX triplet: FB, BE and E7. RGB value is (251,190,231). Sum of RGB (Red+Green+Blue) = 251+190+231=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 190 (74.61% from 255 or 28.27% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEE7 is #044118. Grayscale: #D4D4D4. Windows color (decimal): -278809 or 15187707. OLE color: 15187707.

HSL color Cylindrical-coordinate representation of color #FBBEE7: hue angle of 319.67º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEE7 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251190231-
CMYK00.240.080.02
HSL319.67º88.41%86.47%-
HSV(B)319.67º24.3%98.43%-
XYZ72.6263.1183.95-
YUV212.91138.21155.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 190 (74.61% from 255) = 28.27%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=37.35%
G=28.27%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119023100.240.080.02319.6788.4186.47
HexFBBEE7018821405856
Octal373276347030102500130126
Binary11111011101111101110011101100010001010100000010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEE7; }

 p { color: rgb(251,190,231); }

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

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

 a { background-color: rgb(251,190,231); }

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

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

 span { border-color: rgb(251,190,231); }

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