Html Css Color HEX #FEA2FE Lavender Rose

📋 copy color: '#FEA2FE'

red 254 ◦ green 162 ◦ blue 254

#FEA2FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FEA2FE

Tints of Lavender Rose #FEA2FE

RGB

 RED value IS 254 (99.61% from 255) = 37.91%

 GREEN value IS 162 (63.67% from 255) = 24.18%

 BLUE value IS 254 (99.61% from 255) = 37.91%

R = 37.91%
G = 24.18%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEA2FE (or 0xFEA2FE) is known color: Lavender Rose. HEX triplet: FE, A2 and FE. RGB value is (254,162,254). Sum of RGB (Red+Green+Blue) = 254+162+254=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 162 (63.67% from 255 or 24.18% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2FE is #015D01. Grayscale: #C7C7C7. Windows color (decimal): -89346 or 16687870. OLE color: 16687870.

HSL color Cylindrical-coordinate representation of color #FEA2FE: hue angle of 300º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2FE is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 254 -
CMYK 0 0.36 0 0.00
HSL 300º 0.98% 0.82% -
HSV(B) 300º 0.36% 1% -
XYZ 71.68 54.07 100.42 -
YUV 200 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 254 162 254 0 0.36 0 0.00 300 0.98 0.82
Hex FE A2 FE 0 24 0 0 12C 62 52
Octal 376 242 376 0 44 0 0 454 142 122
Binary 11111110 10100010 11111110 0 100100 0 0 100101100 1100010 1010010

Color Harmonies of #FEA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2FE

Black with #FEA2FE

Text Example


Text Example

White with #FEA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2FE; }

 p { color: rgb(254,162,254); }

 H1.HeaderClassName
 {
   color: #FEA2FE;
 }
 .AnyTagClassName
 {
   color: #FEA2FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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