#FEB6F4

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

Shades of Lavender Rose #FEB6F4

Tints of Lavender Rose #FEB6F4

Color information

#FEB6F4 (or 0xFEB6F4) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and F4. RGB value is (254,182,244). Sum of RGB (Red+Green+Blue) = 254+182+244=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 182 (71.48% from 255 or 26.76% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F4 is #01490B. Grayscale: #D2D2D2. Windows color (decimal): -84236 or 16037630. OLE color: 16037630.

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

Color convert

RGB254182244-
CMYK00.280.040.00
HSL308.33º97.3%85.49%-
HSV(B)308.33º28.35%99.61%-
XYZ73.9361.0693.48-
YUV210.6146.85158.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.35%
GREEN value IS 182 (71.48% from 255) = 26.76%
BLUE value IS 244 (95.70% from 255) = 35.88%
R=37.35%
G=26.76%
B=35.88%

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
Decimal25418224400.280.040.00308.3397.385.49
HexFEB6F401C401346155
Octal37626636403440464141125
Binary111111101011011011110100011100100010011010011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6F4; }

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

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

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

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

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

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

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

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