Html Css Color HEX #FEA4FE Lavender Rose

📋 copy color: '#FEA4FE'

red 254 ◦ green 164 ◦ blue 254

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

Shades of Lavender Rose #FEA4FE

Tints of Lavender Rose #FEA4FE

RGB

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

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

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

R = 37.8%
G = 24.4%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEA4FE (or 0xFEA4FE) is known color: Lavender Rose. HEX triplet: FE, A4 and FE. RGB value is (254,164,254). Sum of RGB (Red+Green+Blue) = 254+164+254=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 164 (64.45% from 255 or 24.40% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEA4FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA4FE is #015B01. Grayscale: #C8C8C8. Windows color (decimal): -88834 or 16688382. OLE color: 16688382.

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

Color convert

RGB 254 164 254 -
CMYK 0 0.35 0 0.00
HSL 300º 0.98% 0.82% -
HSV(B) 300º 0.35% 1% -
XYZ 72.04 54.78 100.54 -
YUV 201.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 254 164 254 0 0.35 0 0.00 300 0.98 0.82
Hex FE A4 FE 0 23 0 0 12C 62 52
Octal 376 244 376 0 43 0 0 454 142 122
Binary 11111110 10100100 11111110 0 100011 0 0 100101100 1100010 1010010

Color Harmonies of #FEA4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4FE

Black with #FEA4FE

Text Example


Text Example

White with #FEA4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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