#FBB2E6

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

Shades of Lavender Rose #FBB2E6

Tints of Lavender Rose #FBB2E6

Color information

#FBB2E6 (or 0xFBB2E6) is unknown color: approx Lavender Rose. HEX triplet: FB, B2 and E6. RGB value is (251,178,230). Sum of RGB (Red+Green+Blue) = 251+178+230=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2E6 is #044D19. Grayscale: #CDCDCD. Windows color (decimal): -281882 or 15119099. OLE color: 15119099.

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

Color convert

RGB251178230-
CMYK00.290.080.02
HSL317.26º90.12%84.12%-
HSV(B)317.26º29.08%98.43%-
XYZ69.9958.0682.38-
YUV205.75141.68160.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 178 (69.92% from 255) = 27.01%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=38.09%
G=27.01%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117823000.290.080.02317.2690.1284.12
HexFBB2E601D8213d5a54
Octal373262346035102475132124
Binary11111011101100101110011001110110001010011110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB2E6; }

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

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

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

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

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

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

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

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