Html Css Color HEX #FEA7DC Lavender Rose

📋 copy color: '#FEA7DC'

red 254 ◦ green 167 ◦ blue 220

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

Shades of Lavender Rose #FEA7DC

Tints of Lavender Rose #FEA7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.05%

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

R = 39.63%
G = 26.05%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEA7DC (or 0xFEA7DC) is known color: Lavender Rose. HEX triplet: FE, A7 and DC. RGB value is (254,167,220). Sum of RGB (Red+Green+Blue) = 254+167+220=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 167 (65.62% from 255 or 26.05% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7DC is #015823. Grayscale: #C6C6C6. Windows color (decimal): -88100 or 14460926. OLE color: 14460926.

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

Color convert

RGB 254 167 220 -
CMYK 0 0.34 0.13 0.00
HSL 323.45º 0.98% 0.83% -
HSV(B) 323.45º 0.34% 1% -
XYZ 67.61 53.88 74.55 -
YUV 199.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 254 167 220 0 0.34 0.13 0.00 323.45 0.98 0.83
Hex FE A7 DC 0 22 D 0 143 62 53
Octal 376 247 334 0 42 15 0 503 142 123
Binary 11111110 10100111 11011100 0 100010 1101 0 101000011 1100010 1010011

Color Harmonies of #FEA7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7DC

Black with #FEA7DC

Text Example


Text Example

White with #FEA7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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