#FEB7F4

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

Shades of Lavender Rose #FEB7F4

Tints of Lavender Rose #FEB7F4

Color information

#FEB7F4 (or 0xFEB7F4) is unknown color: approx Lavender Rose. HEX triplet: FE, B7 and F4. RGB value is (254,183,244). Sum of RGB (Red+Green+Blue) = 254+183+244=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 183 (71.88% from 255 or 26.87% from 681); Blue value is 244 (95.70% from 255 or 35.83% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB7F4 is #01480B. Grayscale: #D3D3D3. Windows color (decimal): -83980 or 16037886. OLE color: 16037886.

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

Color convert

RGB254183244-
CMYK00.280.040.00
HSL308.45º97.26%85.69%-
HSV(B)308.45º27.95%99.61%-
XYZ74.1461.4793.55-
YUV211.18146.52158.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 183 (71.88% from 255) = 26.87%
BLUE value IS 244 (95.70% from 255) = 35.83%
R=37.30%
G=26.87%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418324400.280.040.00308.4597.2685.69
HexFEB7F401C401346156
Octal37626736403440464141126
Binary111111101011011111110100011100100010011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB7F4; }

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

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

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

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

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

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

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

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