#FEB5F4

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

Shades of Lavender Rose #FEB5F4

Tints of Lavender Rose #FEB5F4

Color information

#FEB5F4 (or 0xFEB5F4) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and F4. RGB value is (254,181,244). Sum of RGB (Red+Green+Blue) = 254+181+244=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 181 (71.09% from 255 or 26.66% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5F4 is #014A0B. Grayscale: #D1D1D1. Windows color (decimal): -84492 or 16037374. OLE color: 16037374.

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

Color convert

RGB254181244-
CMYK00.290.040.00
HSL308.22º97.33%85.29%-
HSV(B)308.22º28.74%99.61%-
XYZ73.7360.6593.41-
YUV210.01147.18159.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.41%
GREEN value IS 181 (71.09% from 255) = 26.66%
BLUE value IS 244 (95.70% from 255) = 35.94%
R=37.41%
G=26.66%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418124400.290.040.00308.2297.3385.29
HexFEB5F401D401346155
Octal37626536403540464141125
Binary111111101011010111110100011101100010011010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5F4; }

 p { color: rgb(254,181,244); }

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

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

 a { background-color: rgb(254,181,244); }

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

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

 span { border-color: rgb(254,181,244); }

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