Html Css Color HEX #FEA2D2 Lavender Pink

📋 copy color: '#FEA2D2'

red 254 ◦ green 162 ◦ blue 210

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

Shades of Lavender Pink #FEA2D2

Tints of Lavender Pink #FEA2D2

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.88%

 BLUE value IS 210 (82.42% from 255) = 33.55%

R = 40.58%
G = 25.88%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEA2D2 (or 0xFEA2D2) is known color: Lavender Pink. HEX triplet: FE, A2 and D2. RGB value is (254,162,210). Sum of RGB (Red+Green+Blue) = 254+162+210=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 162 (63.67% from 255 or 25.88% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2D2 is #015D2D. Grayscale: #C2C2C2. Windows color (decimal): -89390 or 13804286. OLE color: 13804286.

HSL color Cylindrical-coordinate representation of color #FEA2D2: hue angle of 328.7º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2D2 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 210 -
CMYK 0 0.36 0.17 0.00
HSL 328.7º 0.98% 0.82% -
HSV(B) 328.7º 0.36% 1% -
XYZ 65.43 51.56 67.48 -
YUV 194.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 254 162 210 0 0.36 0.17 0.00 328.7 0.98 0.82
Hex FE A2 D2 0 24 11 0 149 62 52
Octal 376 242 322 0 44 21 0 511 142 122
Binary 11111110 10100010 11010010 0 100100 10001 0 101001001 1100010 1010010

Color Harmonies of #FEA2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2D2

Black with #FEA2D2

Text Example


Text Example

White with #FEA2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2D2; }

 p { color: rgb(254,162,210); }

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

background-color css

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

 a { background-color: rgb(254,162,210); }

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

border-color css

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

 span { border-color: rgb(254,162,210); }

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