Html Css Color HEX #FEABDC Lavender Pink

📋 copy color: '#FEABDC'

red 254 ◦ green 171 ◦ blue 220

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

Shades of Lavender Pink #FEABDC

Tints of Lavender Pink #FEABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.51%

 BLUE value IS 220 (86.33% from 255) = 34.11%

R = 39.38%
G = 26.51%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEABDC (or 0xFEABDC) is known color: Lavender Pink. HEX triplet: FE, AB and DC. RGB value is (254,171,220). Sum of RGB (Red+Green+Blue) = 254+171+220=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABDC is #015423. Grayscale: #C9C9C9. Windows color (decimal): -87076 or 14461950. OLE color: 14461950.

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

Color convert

RGB 254 171 220 -
CMYK 0 0.33 0.13 0.00
HSL 324.58º 0.98% 0.83% -
HSV(B) 324.58º 0.33% 1% -
XYZ 68.35 55.36 74.79 -
YUV 201.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 254 171 220 0 0.33 0.13 0.00 324.58 0.98 0.83
Hex FE AB DC 0 21 D 0 145 62 53
Octal 376 253 334 0 41 15 0 505 142 123
Binary 11111110 10101011 11011100 0 100001 1101 0 101000101 1100010 1010011

Color Harmonies of #FEABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABDC

Black with #FEABDC

Text Example


Text Example

White with #FEABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABDC; }

 p { color: rgb(254,171,220); }

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

background-color css

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

 a { background-color: rgb(254,171,220); }

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

border-color css

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

 span { border-color: rgb(254,171,220); }

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