Html Css Color HEX #FEA4F9 Lavender Rose

📋 copy color: '#FEA4F9'

red 254 ◦ green 164 ◦ blue 249

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

Shades of Lavender Rose #FEA4F9

Tints of Lavender Rose #FEA4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 24.59%

 BLUE value IS 249 (97.66% from 255) = 37.33%

R = 38.08%
G = 24.59%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA4F9 (or 0xFEA4F9) is known color: Lavender Rose. HEX triplet: FE, A4 and F9. RGB value is (254,164,249). Sum of RGB (Red+Green+Blue) = 254+164+249=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 164 (64.45% from 255 or 24.59% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F9 is #015B06. Grayscale: #C8C8C8. Windows color (decimal): -88839 or 16360702. OLE color: 16360702.

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

Color convert

RGB 254 164 249 -
CMYK 0 0.35 0.02 0.00
HSL 303.33º 0.98% 0.82% -
HSV(B) 303.33º 0.35% 1% -
XYZ 71.25 54.46 96.38 -
YUV 200.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 254 164 249 0 0.35 0.02 0.00 303.33 0.98 0.82
Hex FE A4 F9 0 23 2 0 12F 62 52
Octal 376 244 371 0 43 2 0 457 142 122
Binary 11111110 10100100 11111001 0 100011 10 0 100101111 1100010 1010010

Color Harmonies of #FEA4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4F9

Black with #FEA4F9

Text Example


Text Example

White with #FEA4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4F9; }

 p { color: rgb(254,164,249); }

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

background-color css

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

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

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

border-color css

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

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

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