Html Css Color HEX #FEA9FA Lavender Rose

📋 copy color: '#FEA9FA'

red 254 ◦ green 169 ◦ blue 250

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

Shades of Lavender Rose #FEA9FA

Tints of Lavender Rose #FEA9FA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.11%

 BLUE value IS 250 (98.05% from 255) = 37.15%

R = 37.74%
G = 25.11%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA9FA (or 0xFEA9FA) is known color: Lavender Rose. HEX triplet: FE, A9 and FA. RGB value is (254,169,250). Sum of RGB (Red+Green+Blue) = 254+169+250=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 169 (66.41% from 255 or 25.11% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9FA is #015605. Grayscale: #CBCBCB. Windows color (decimal): -87558 or 16427518. OLE color: 16427518.

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

Color convert

RGB 254 169 250 -
CMYK 0 0.33 0.02 0.00
HSL 302.82º 0.98% 0.83% -
HSV(B) 302.82º 0.33% 1% -
XYZ 72.32 56.35 97.51 -
YUV 203.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 254 169 250 0 0.33 0.02 0.00 302.82 0.98 0.83
Hex FE A9 FA 0 21 2 0 12F 62 53
Octal 376 251 372 0 41 2 0 457 142 123
Binary 11111110 10101001 11111010 0 100001 10 0 100101111 1100010 1010011

Color Harmonies of #FEA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9FA

Black with #FEA9FA

Text Example


Text Example

White with #FEA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9FA; }

 p { color: rgb(254,169,250); }

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

background-color css

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

 a { background-color: rgb(254,169,250); }

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

border-color css

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

 span { border-color: rgb(254,169,250); }

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