Html Css Color HEX #FEA4F4 Lavender Rose

📋 copy color: '#FEA4F4'

red 254 ◦ green 164 ◦ blue 244

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

Shades of Lavender Rose #FEA4F4

Tints of Lavender Rose #FEA4F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.86%

R = 38.37%
G = 24.77%
B = 36.86%

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

#FEA4F4 (or 0xFEA4F4) is known color: Lavender Rose. HEX triplet: FE, A4 and F4. RGB value is (254,164,244). Sum of RGB (Red+Green+Blue) = 254+164+244=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 164 (64.45% from 255 or 24.77% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4F4 is #015B0B. Grayscale: #C7C7C7. Windows color (decimal): -88844 or 16033022. OLE color: 16033022.

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

Color convert

RGB 254 164 244 -
CMYK 0 0.35 0.04 0.00
HSL 306.67º 0.98% 0.82% -
HSV(B) 306.67º 0.35% 1% -
XYZ 70.48 54.15 92.33 -
YUV 200.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 254 164 244 0 0.35 0.04 0.00 306.67 0.98 0.82
Hex FE A4 F4 0 23 4 0 133 62 52
Octal 376 244 364 0 43 4 0 463 142 122
Binary 11111110 10100100 11110100 0 100011 100 0 100110011 1100010 1010010

Color Harmonies of #FEA4F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4F4

Black with #FEA4F4

Text Example


Text Example

White with #FEA4F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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