#FBB0E0

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

Shades of Lavender Rose #FBB0E0

Tints of Lavender Rose #FBB0E0

Color information

#FBB0E0 (or 0xFBB0E0) is unknown color: approx Lavender Rose. HEX triplet: FB, B0 and E0. RGB value is (251,176,224). Sum of RGB (Red+Green+Blue) = 251+176+224=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0E0 is #044F1F. Grayscale: #CBCBCB. Windows color (decimal): -282400 or 14725371. OLE color: 14725371.

HSL color Cylindrical-coordinate representation of color #FBB0E0: hue angle of 321.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0E0 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251176224-
CMYK00.300.110.02
HSL321.6º90.36%83.73%-
HSV(B)321.6º29.88%98.43%-
XYZ68.7656.9477.89-
YUV203.9139.35161.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 176 (69.14% from 255) = 27.04%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=38.56%
G=27.04%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117622400.300.110.02321.690.3683.73
HexFBB0E001EB21425a54
Octal373260340036132502132124
Binary11111011101100001110000001111010111010100001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB0E0; }

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

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

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

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

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

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

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

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