Html Css Color HEX #FEA4F7 Lavender Rose

📋 copy color: '#FEA4F7'

red 254 ◦ green 164 ◦ blue 247

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

Shades of Lavender Rose #FEA4F7

Tints of Lavender Rose #FEA4F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.14%

R = 38.2%
G = 24.66%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEA4F7 (or 0xFEA4F7) is known color: Lavender Rose. HEX triplet: FE, A4 and F7. RGB value is (254,164,247). Sum of RGB (Red+Green+Blue) = 254+164+247=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 164 (64.45% from 255 or 24.66% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F7 is #015B08. Grayscale: #C8C8C8. Windows color (decimal): -88841 or 16229630. OLE color: 16229630.

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

Color convert

RGB 254 164 247 -
CMYK 0 0.35 0.03 0.00
HSL 304.67º 0.98% 0.82% -
HSV(B) 304.67º 0.35% 1% -
XYZ 70.94 54.34 94.75 -
YUV 200.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 254 164 247 0 0.35 0.03 0.00 304.67 0.98 0.82
Hex FE A4 F7 0 23 3 0 131 62 52
Octal 376 244 367 0 43 3 0 461 142 122
Binary 11111110 10100100 11110111 0 100011 11 0 100110001 1100010 1010010

Color Harmonies of #FEA4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4F7

Black with #FEA4F7

Text Example


Text Example

White with #FEA4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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