#FFB4EE

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

Shades of Lavender Rose #FFB4EE

Tints of Lavender Rose #FFB4EE

Color information

#FFB4EE (or 0xFFB4EE) is unknown color: approx Lavender Rose. HEX triplet: FF, B4 and EE. RGB value is (255,180,238). Sum of RGB (Red+Green+Blue) = 255+180+238=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 180 (70.70% from 255 or 26.75% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB4EE is #004B11. Grayscale: #D0D0D0. Windows color (decimal): -19218 or 15643903. OLE color: 15643903.

HSL color Cylindrical-coordinate representation of color #FFB4EE: hue angle of 313.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4EE is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255180238-
CMYK00.290.070
HSL313.6º100%85.29%-
HSV(B)313.6º29.41%100%-
XYZ72.9960.0888.64-
YUV209.04144.35160.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 180 (70.70% from 255) = 26.75%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=37.89%
G=26.75%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518023800.290.070313.610085.29
HexFFB4EE01D7013a6455
Octal37726435603570472144125
Binary111111111011010011101110011101111010011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB4EE; }

 p { color: rgb(255,180,238); }

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

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

 a { background-color: rgb(255,180,238); }

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

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

 span { border-color: rgb(255,180,238); }

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