Html Css Color HEX #FEA5FE Lavender Rose

📋 copy color: '#FEA5FE'

red 254 ◦ green 165 ◦ blue 254

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

Shades of Lavender Rose #FEA5FE

Tints of Lavender Rose #FEA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.52%

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

R = 37.74%
G = 24.52%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEA5FE (or 0xFEA5FE) is known color: Lavender Rose. HEX triplet: FE, A5 and FE. RGB value is (254,165,254). Sum of RGB (Red+Green+Blue) = 254+165+254=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 165 (64.84% from 255 or 24.52% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5FE is #015A01. Grayscale: #C9C9C9. Windows color (decimal): -88578 or 16688638. OLE color: 16688638.

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

Color convert

RGB 254 165 254 -
CMYK 0 0.35 0 0.00
HSL 300º 0.98% 0.82% -
HSV(B) 300º 0.35% 1% -
XYZ 72.22 55.14 100.6 -
YUV 201.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 254 165 254 0 0.35 0 0.00 300 0.98 0.82
Hex FE A5 FE 0 23 0 0 12C 62 52
Octal 376 245 376 0 43 0 0 454 142 122
Binary 11111110 10100101 11111110 0 100011 0 0 100101100 1100010 1010010

Color Harmonies of #FEA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5FE

Black with #FEA5FE

Text Example


Text Example

White with #FEA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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