Html Css Color HEX #FEA5FF Lavender Rose

📋 copy color: '#FEA5FF'

red 254 ◦ green 165 ◦ blue 255

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

Shades of Lavender Rose #FEA5FF

Tints of Lavender Rose #FEA5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.83%

R = 37.69%
G = 24.48%
B = 37.83%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEA5FF (or 0xFEA5FF) is known color: Lavender Rose. HEX triplet: FE, A5 and FF. RGB value is (254,165,255). Sum of RGB (Red+Green+Blue) = 254+165+255=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 165 (64.84% from 255 or 24.48% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5FF is #015A00. Grayscale: #C9C9C9. Windows color (decimal): -88577 or 16754174. OLE color: 16754174.

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

Color convert

RGB 254 165 255 -
CMYK 0.00 0.35 0 0
HSL 299.33º 1% 0.82% -
HSV(B) 299.33º 0.35% 1% -
XYZ 72.38 55.2 101.45 -
YUV 201.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 254 165 255 0.00 0.35 0 0 299.33 1 0.82
Hex FE A5 FF 0 23 0 0 12B 64 52
Octal 376 245 377 0 43 0 0 453 144 122
Binary 11111110 10100101 11111111 0 100011 0 0 100101011 1100100 1010010

Color Harmonies of #FEA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5FF

Black with #FEA5FF

Text Example


Text Example

White with #FEA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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