#FEB2F3

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

Shades of Lavender Rose #FEB2F3

Tints of Lavender Rose #FEB2F3

Color information

#FEB2F3 (or 0xFEB2F3) is unknown color: approx Lavender Rose. HEX triplet: FE, B2 and F3. RGB value is (254,178,243). Sum of RGB (Red+Green+Blue) = 254+178+243=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEB2F3 is #014D0C. Grayscale: #CFCFCF. Windows color (decimal): -85261 or 15971070. OLE color: 15971070.

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

Color convert

RGB254178243-
CMYK00.300.040.00
HSL308.68º97.44%84.71%-
HSV(B)308.68º29.92%99.61%-
XYZ72.9759.3892.41-
YUV208.13147.68160.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 178 (69.92% from 255) = 26.37%
BLUE value IS 243 (95.31% from 255) = 36%
R=37.63%
G=26.37%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417824300.300.040.00308.6897.4484.71
HexFEB2F301E401356155
Octal37626236303640465141125
Binary111111101011001011110011011110100010011010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2F3; }

 p { color: rgb(254,178,243); }

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

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

 a { background-color: rgb(254,178,243); }

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

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

 span { border-color: rgb(254,178,243); }

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