Html Css Color HEX #FEACDD Lavender Pink

📋 copy color: '#FEACDD'

red 254 ◦ green 172 ◦ blue 221

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

Shades of Lavender Pink #FEACDD

Tints of Lavender Pink #FEACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.58%

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 39.26%
G = 26.58%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEACDD (or 0xFEACDD) is known color: Lavender Pink. HEX triplet: FE, AC and DD. RGB value is (254,172,221). Sum of RGB (Red+Green+Blue) = 254+172+221=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACDD is #015322. Grayscale: #C9C9C9. Windows color (decimal): -86819 or 14527742. OLE color: 14527742.

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

Color convert

RGB 254 172 221 -
CMYK 0 0.32 0.13 0.00
HSL 324.15º 0.98% 0.84% -
HSV(B) 324.15º 0.32% 1% -
XYZ 68.68 55.8 75.56 -
YUV 202.1 138.67 165.02 -
System Red Green Blue C M Y K H S L
Decimal 254 172 221 0 0.32 0.13 0.00 324.15 0.98 0.84
Hex FE AC DD 0 20 D 0 144 62 54
Octal 376 254 335 0 40 15 0 504 142 124
Binary 11111110 10101100 11011101 0 100000 1101 0 101000100 1100010 1010100

Color Harmonies of #FEACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACDD

Black with #FEACDD

Text Example


Text Example

White with #FEACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACDD; }

 p { color: rgb(254,172,221); }

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

background-color css

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

 a { background-color: rgb(254,172,221); }

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

border-color css

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

 span { border-color: rgb(254,172,221); }

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