#FEB6F2

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

Shades of Lavender Rose #FEB6F2

Tints of Lavender Rose #FEB6F2

Color information

#FEB6F2 (or 0xFEB6F2) is unknown color: approx Lavender Rose. HEX triplet: FE, B6 and F2. RGB value is (254,182,242). Sum of RGB (Red+Green+Blue) = 254+182+242=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 182 (71.48% from 255 or 26.84% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEB6F2 is #01490D. Grayscale: #D2D2D2. Windows color (decimal): -84238 or 15906558. OLE color: 15906558.

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

Color convert

RGB254182242-
CMYK00.280.050.00
HSL310º97.3%85.49%-
HSV(B)310º28.35%99.61%-
XYZ73.6360.9491.89-
YUV210.37145.85159.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 182 (71.48% from 255) = 26.84%
BLUE value IS 242 (94.92% from 255) = 35.69%
R=37.46%
G=26.84%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418224200.280.050.0031097.385.49
HexFEB6F201C501366155
Octal37626636203450466141125
Binary111111101011011011110010011100101010011011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6F2; }

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

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

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

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

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

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

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

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