Html Css Color HEX #FEA4D3 Lavender Pink

📋 copy color: '#FEA4D3'

red 254 ◦ green 164 ◦ blue 211

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

Shades of Lavender Pink #FEA4D3

Tints of Lavender Pink #FEA4D3

RGB

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

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

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

R = 40.38%
G = 26.07%
B = 33.55%

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

#FEA4D3 (or 0xFEA4D3) is known color: Lavender Pink. HEX triplet: FE, A4 and D3. RGB value is (254,164,211). Sum of RGB (Red+Green+Blue) = 254+164+211=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4D3 is #015B2C. Grayscale: #C4C4C4. Windows color (decimal): -88877 or 13870334. OLE color: 13870334.

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

Color convert

RGB 254 164 211 -
CMYK 0 0.35 0.17 0.00
HSL 328.67º 0.98% 0.82% -
HSV(B) 328.67º 0.35% 1% -
XYZ 65.91 52.32 68.25 -
YUV 196.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 254 164 211 0 0.35 0.17 0.00 328.67 0.98 0.82
Hex FE A4 D3 0 23 11 0 149 62 52
Octal 376 244 323 0 43 21 0 511 142 122
Binary 11111110 10100100 11010011 0 100011 10001 0 101001001 1100010 1010010

Color Harmonies of #FEA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA4D3

Black with #FEA4D3

Text Example


Text Example

White with #FEA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA4D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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