Html Css Color HEX #FEA9FE Lavender Rose

📋 copy color: '#FEA9FE'

red 254 ◦ green 169 ◦ blue 254

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

Shades of Lavender Rose #FEA9FE

Tints of Lavender Rose #FEA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 37.52%
G = 24.96%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEA9FE (or 0xFEA9FE) is known color: Lavender Rose. HEX triplet: FE, A9 and FE. RGB value is (254,169,254). Sum of RGB (Red+Green+Blue) = 254+169+254=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 169 (66.41% from 255 or 24.96% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9FE is #015601. Grayscale: #CBCBCB. Windows color (decimal): -87554 or 16689662. OLE color: 16689662.

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

Color convert

RGB 254 169 254 -
CMYK 0 0.33 0 0.00
HSL 300º 0.98% 0.83% -
HSV(B) 300º 0.33% 1% -
XYZ 72.95 56.6 100.85 -
YUV 204.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 254 169 254 0 0.33 0 0.00 300 0.98 0.83
Hex FE A9 FE 0 21 0 0 12C 62 53
Octal 376 251 376 0 41 0 0 454 142 123
Binary 11111110 10101001 11111110 0 100001 0 0 100101100 1100010 1010011

Color Harmonies of #FEA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9FE

Black with #FEA9FE

Text Example


Text Example

White with #FEA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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