#FEB4F7

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

Shades of Lavender Rose #FEB4F7

Tints of Lavender Rose #FEB4F7

Color information

#FEB4F7 (or 0xFEB4F7) is unknown color: approx Lavender Rose. HEX triplet: FE, B4 and F7. RGB value is (254,180,247). Sum of RGB (Red+Green+Blue) = 254+180+247=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 180 (70.70% from 255 or 26.43% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB4F7 is #014B08. Grayscale: #D1D1D1. Windows color (decimal): -84745 or 16233726. OLE color: 16233726.

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

Color convert

RGB254180247-
CMYK00.290.030.00
HSL305.68º97.37%85.1%-
HSV(B)305.68º29.13%99.61%-
XYZ73.9860.4395.76-
YUV209.76149.02159.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 180 (70.70% from 255) = 26.43%
BLUE value IS 247 (96.88% from 255) = 36.27%
R=37.30%
G=26.43%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418024700.290.030.00305.6897.3785.1
HexFEB4F701D301326155
Octal37626436703530462141125
Binary11111110101101001111011101110111010011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4F7; }

 p { color: rgb(254,180,247); }

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

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

 a { background-color: rgb(254,180,247); }

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

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

 span { border-color: rgb(254,180,247); }

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