#FBB2E4

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

Shades of Lavender Rose #FBB2E4

Tints of Lavender Rose #FBB2E4

Color information

#FBB2E4 (or 0xFBB2E4) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and E4. RGB value is (251,178,228). Sum of RGB (Red+Green+Blue) = 251+178+228=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 178 (69.92% from 255 or 27.09% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2E4 is #044D1B. Grayscale: #CDCDCD. Windows color (decimal): -281884 or 14988027. OLE color: 14988027.

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

Color convert

RGB251178228-
CMYK00.290.090.02
HSL318.9º90.12%84.12%-
HSV(B)318.9º29.08%98.43%-
XYZ69.7157.9580.91-
YUV205.53140.68160.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 178 (69.92% from 255) = 27.09%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=38.20%
G=27.09%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117822800.290.090.02318.990.1284.12
HexFBB2E401D9213f5a54
Octal373262344035112477132124
Binary11111011101100101110010001110110011010011111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2E4; }

 p { color: rgb(251,178,228); }

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

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

 a { background-color: rgb(251,178,228); }

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

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

 span { border-color: rgb(251,178,228); }

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