Html Css Color HEX #FEA5D3 Lavender Pink

📋 copy color: '#FEA5D3'

red 254 ◦ green 165 ◦ blue 211

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

Shades of Lavender Pink #FEA5D3

Tints of Lavender Pink #FEA5D3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.19%

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

R = 40.32%
G = 26.19%
B = 33.49%

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

#FEA5D3 (or 0xFEA5D3) is known color: Lavender Pink. HEX triplet: FE, A5 and D3. RGB value is (254,165,211). Sum of RGB (Red+Green+Blue) = 254+165+211=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5D3 is #015A2C. Grayscale: #C4C4C4. Windows color (decimal): -88621 or 13870590. OLE color: 13870590.

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

Color convert

RGB 254 165 211 -
CMYK 0 0.35 0.17 0.00
HSL 328.99º 0.98% 0.82% -
HSV(B) 328.99º 0.35% 1% -
XYZ 66.09 52.68 68.31 -
YUV 196.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 254 165 211 0 0.35 0.17 0.00 328.99 0.98 0.82
Hex FE A5 D3 0 23 11 0 149 62 52
Octal 376 245 323 0 43 21 0 511 142 122
Binary 11111110 10100101 11010011 0 100011 10001 0 101001001 1100010 1010010

Color Harmonies of #FEA5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5D3

Black with #FEA5D3

Text Example


Text Example

White with #FEA5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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