Html Css Color HEX #FEA7ED Lavender Rose

📋 copy color: '#FEA7ED'

red 254 ◦ green 167 ◦ blue 237

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

Shades of Lavender Rose #FEA7ED

Tints of Lavender Rose #FEA7ED

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.38%

 BLUE value IS 237 (92.97% from 255) = 36.02%

R = 38.6%
G = 25.38%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA7ED (or 0xFEA7ED) is known color: Lavender Rose. HEX triplet: FE, A7 and ED. RGB value is (254,167,237). Sum of RGB (Red+Green+Blue) = 254+167+237=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 167 (65.62% from 255 or 25.38% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA7ED is #015812. Grayscale: #C8C8C8. Windows color (decimal): -88083 or 15575038. OLE color: 15575038.

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

Color convert

RGB 254 167 237 -
CMYK 0 0.34 0.07 0.00
HSL 311.72º 0.98% 0.83% -
HSV(B) 311.72º 0.34% 1% -
XYZ 69.98 54.82 87.01 -
YUV 200.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 254 167 237 0 0.34 0.07 0.00 311.72 0.98 0.83
Hex FE A7 ED 0 22 7 0 138 62 53
Octal 376 247 355 0 42 7 0 470 142 123
Binary 11111110 10100111 11101101 0 100010 111 0 100111000 1100010 1010011

Color Harmonies of #FEA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7ED

Black with #FEA7ED

Text Example


Text Example

White with #FEA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7ED; }

 p { color: rgb(254,167,237); }

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

background-color css

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

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

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

border-color css

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

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

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