#FEB5F5

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

Shades of Lavender Rose #FEB5F5

Tints of Lavender Rose #FEB5F5

Color information

#FEB5F5 (or 0xFEB5F5) is unknown color: approx Lavender Rose. HEX triplet: FE, B5 and F5. RGB value is (254,181,245). Sum of RGB (Red+Green+Blue) = 254+181+245=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 181 (71.09% from 255 or 26.62% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB5F5 is #014A0A. Grayscale: #D1D1D1. Windows color (decimal): -84491 or 16102910. OLE color: 16102910.

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

Color convert

RGB254181245-
CMYK00.290.040.00
HSL307.4º97.33%85.29%-
HSV(B)307.4º28.74%99.61%-
XYZ73.8860.7194.21-
YUV210.12147.68159.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 181 (71.09% from 255) = 26.62%
BLUE value IS 245 (96.09% from 255) = 36.03%
R=37.35%
G=26.62%
B=36.03%

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
Decimal25418124500.290.040.00307.497.3385.29
HexFEB5F501D401336155
Octal37626536503540463141125
Binary111111101011010111110101011101100010011001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB5F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB5F5; }

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

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

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

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

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

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

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

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