Html Css Color HEX #FEA6E2 Lavender Rose

📋 copy color: '#FEA6E2'

red 254 ◦ green 166 ◦ blue 226

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

Shades of Lavender Rose #FEA6E2

Tints of Lavender Rose #FEA6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.98%

R = 39.32%
G = 25.7%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEA6E2 (or 0xFEA6E2) is known color: Lavender Rose. HEX triplet: FE, A6 and E2. RGB value is (254,166,226). Sum of RGB (Red+Green+Blue) = 254+166+226=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 166 (65.23% from 255 or 25.70% from 646); Blue value is 226 (88.67% from 255 or 34.98% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6E2 is #01591D. Grayscale: #C7C7C7. Windows color (decimal): -88350 or 14853886. OLE color: 14853886.

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

Color convert

RGB 254 166 226 -
CMYK 0 0.35 0.11 0.00
HSL 319.09º 0.98% 0.82% -
HSV(B) 319.09º 0.35% 1% -
XYZ 68.24 53.83 78.75 -
YUV 199.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 254 166 226 0 0.35 0.11 0.00 319.09 0.98 0.82
Hex FE A6 E2 0 23 B 0 13F 62 52
Octal 376 246 342 0 43 13 0 477 142 122
Binary 11111110 10100110 11100010 0 100011 1011 0 100111111 1100010 1010010

Color Harmonies of #FEA6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6E2

Black with #FEA6E2

Text Example


Text Example

White with #FEA6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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