#FFB3EA

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

Shades of Lavender Rose #FFB3EA

Tints of Lavender Rose #FFB3EA

Color information

#FFB3EA (or 0xFFB3EA) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and EA. RGB value is (255,179,234). Sum of RGB (Red+Green+Blue) = 255+179+234=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 179 (70.31% from 255 or 26.80% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3EA is #004C15. Grayscale: #CFCFCF. Windows color (decimal): -19478 or 15381503. OLE color: 15381503.

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

Color convert

RGB255179234-
CMYK00.300.080
HSL316.58º100%85.1%-
HSV(B)316.58º29.8%100%-
XYZ72.2159.4485.51-
YUV207.99142.68161.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 179 (70.31% from 255) = 26.80%
BLUE value IS 234 (91.80% from 255) = 35.03%
R=38.17%
G=26.80%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517923400.300.080316.5810085.1
HexFFB3EA01E8013d6455
Octal377263352036100475144125
Binary1111111110110011111010100111101000010011110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3EA; }

 p { color: rgb(255,179,234); }

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

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

 a { background-color: rgb(255,179,234); }

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

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

 span { border-color: rgb(255,179,234); }

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