Html Css Color HEX #FEA8FA Lavender Rose

📋 copy color: '#FEA8FA'

red 254 ◦ green 168 ◦ blue 250

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

Shades of Lavender Rose #FEA8FA

Tints of Lavender Rose #FEA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25%

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

R = 37.8%
G = 25%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA8FA (or 0xFEA8FA) is known color: Lavender Rose. HEX triplet: FE, A8 and FA. RGB value is (254,168,250). Sum of RGB (Red+Green+Blue) = 254+168+250=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 168 (66.02% from 255 or 25% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8FA is #015705. Grayscale: #CACACA. Windows color (decimal): -87814 or 16427262. OLE color: 16427262.

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

Color convert

RGB 254 168 250 -
CMYK 0 0.34 0.02 0.00
HSL 302.79º 0.98% 0.83% -
HSV(B) 302.79º 0.34% 1% -
XYZ 72.13 55.98 97.45 -
YUV 203.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 254 168 250 0 0.34 0.02 0.00 302.79 0.98 0.83
Hex FE A8 FA 0 22 2 0 12F 62 53
Octal 376 250 372 0 42 2 0 457 142 123
Binary 11111110 10101000 11111010 0 100010 10 0 100101111 1100010 1010011

Color Harmonies of #FEA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8FA

Black with #FEA8FA

Text Example


Text Example

White with #FEA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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