Html Css Color HEX #FEA6ED Lavender Rose

📋 copy color: '#FEA6ED'

red 254 ◦ green 166 ◦ blue 237

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

Shades of Lavender Rose #FEA6ED

Tints of Lavender Rose #FEA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.27%

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

R = 38.66%
G = 25.27%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA6ED (or 0xFEA6ED) is known color: Lavender Rose. HEX triplet: FE, A6 and ED. RGB value is (254,166,237). Sum of RGB (Red+Green+Blue) = 254+166+237=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 166 (65.23% from 255 or 25.27% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6ED is #015912. Grayscale: #C8C8C8. Windows color (decimal): -88339 or 15574782. OLE color: 15574782.

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

Color convert

RGB 254 166 237 -
CMYK 0 0.35 0.07 0.00
HSL 311.59º 0.98% 0.82% -
HSV(B) 311.59º 0.35% 1% -
XYZ 69.8 54.46 86.95 -
YUV 200.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 254 166 237 0 0.35 0.07 0.00 311.59 0.98 0.82
Hex FE A6 ED 0 23 7 0 138 62 52
Octal 376 246 355 0 43 7 0 470 142 122
Binary 11111110 10100110 11101101 0 100011 111 0 100111000 1100010 1010010

Color Harmonies of #FEA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6ED

Black with #FEA6ED

Text Example


Text Example

White with #FEA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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