Html Css Color HEX #FEA5F3 Lavender Rose

📋 copy color: '#FEA5F3'

red 254 ◦ green 165 ◦ blue 243

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

Shades of Lavender Rose #FEA5F3

Tints of Lavender Rose #FEA5F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.71%

R = 38.37%
G = 24.92%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEA5F3 (or 0xFEA5F3) is known color: Lavender Rose. HEX triplet: FE, A5 and F3. RGB value is (254,165,243). Sum of RGB (Red+Green+Blue) = 254+165+243=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 165 (64.84% from 255 or 24.92% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F3 is #015A0C. Grayscale: #C8C8C8. Windows color (decimal): -88589 or 15967742. OLE color: 15967742.

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

Color convert

RGB 254 165 243 -
CMYK 0 0.35 0.04 0.00
HSL 307.42º 0.98% 0.82% -
HSV(B) 307.42º 0.35% 1% -
XYZ 70.51 54.45 91.59 -
YUV 200.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 254 165 243 0 0.35 0.04 0.00 307.42 0.98 0.82
Hex FE A5 F3 0 23 4 0 133 62 52
Octal 376 245 363 0 43 4 0 463 142 122
Binary 11111110 10100101 11110011 0 100011 100 0 100110011 1100010 1010010

Color Harmonies of #FEA5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5F3

Black with #FEA5F3

Text Example


Text Example

White with #FEA5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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