Html Css Color HEX #FEA7DD Lavender Rose

📋 copy color: '#FEA7DD'

red 254 ◦ green 167 ◦ blue 221

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

Shades of Lavender Rose #FEA7DD

Tints of Lavender Rose #FEA7DD

RGB

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

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

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

R = 39.56%
G = 26.01%
B = 34.42%

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

#FEA7DD (or 0xFEA7DD) is known color: Lavender Rose. HEX triplet: FE, A7 and DD. RGB value is (254,167,221). Sum of RGB (Red+Green+Blue) = 254+167+221=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 167 (65.62% from 255 or 26.01% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7DD is #015822. Grayscale: #C7C7C7. Windows color (decimal): -88099 or 14526462. OLE color: 14526462.

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

Color convert

RGB 254 167 221 -
CMYK 0 0.34 0.13 0.00
HSL 322.76º 0.98% 0.83% -
HSV(B) 322.76º 0.34% 1% -
XYZ 67.74 53.93 75.25 -
YUV 199.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 254 167 221 0 0.34 0.13 0.00 322.76 0.98 0.83
Hex FE A7 DD 0 22 D 0 143 62 53
Octal 376 247 335 0 42 15 0 503 142 123
Binary 11111110 10100111 11011101 0 100010 1101 0 101000011 1100010 1010011

Color Harmonies of #FEA7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7DD

Black with #FEA7DD

Text Example


Text Example

White with #FEA7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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