Html Css Color HEX #FEA6D3 Lavender Pink

📋 copy color: '#FEA6D3'

red 254 ◦ green 166 ◦ blue 211

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

Shades of Lavender Pink #FEA6D3

Tints of Lavender Pink #FEA6D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.44%

R = 40.25%
G = 26.31%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEA6D3 (or 0xFEA6D3) is known color: Lavender Pink. HEX triplet: FE, A6 and D3. RGB value is (254,166,211). Sum of RGB (Red+Green+Blue) = 254+166+211=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6D3 is #01592C. Grayscale: #C5C5C5. Windows color (decimal): -88365 or 13870846. OLE color: 13870846.

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

Color convert

RGB 254 166 211 -
CMYK 0 0.35 0.17 0.00
HSL 329.32º 0.98% 0.82% -
HSV(B) 329.32º 0.35% 1% -
XYZ 66.27 53.05 68.37 -
YUV 197.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 254 166 211 0 0.35 0.17 0.00 329.32 0.98 0.82
Hex FE A6 D3 0 23 11 0 149 62 52
Octal 376 246 323 0 43 21 0 511 142 122
Binary 11111110 10100110 11010011 0 100011 10001 0 101001001 1100010 1010010

Color Harmonies of #FEA6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6D3

Black with #FEA6D3

Text Example


Text Example

White with #FEA6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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