Html Css Color HEX #FEAFD2 Lavender Pink

📋 copy color: '#FEAFD2'

red 254 ◦ green 175 ◦ blue 210

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

Shades of Lavender Pink #FEAFD2

Tints of Lavender Pink #FEAFD2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.39%

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

R = 39.75%
G = 27.39%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEAFD2 (or 0xFEAFD2) is known color: Lavender Pink. HEX triplet: FE, AF and D2. RGB value is (254,175,210). Sum of RGB (Red+Green+Blue) = 254+175+210=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFD2 is #01502D. Grayscale: #CACACA. Windows color (decimal): -86062 or 13807614. OLE color: 13807614.

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

Color convert

RGB 254 175 210 -
CMYK 0 0.31 0.17 0.00
HSL 333.42º 0.98% 0.84% -
HSV(B) 333.42º 0.31% 1% -
XYZ 67.84 56.38 68.28 -
YUV 202.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 254 175 210 0 0.31 0.17 0.00 333.42 0.98 0.84
Hex FE AF D2 0 1F 11 0 14D 62 54
Octal 376 257 322 0 37 21 0 515 142 124
Binary 11111110 10101111 11010010 0 11111 10001 0 101001101 1100010 1010100

Color Harmonies of #FEAFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFD2

Black with #FEAFD2

Text Example


Text Example

White with #FEAFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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