Html Css Color HEX #FEA7DB Lavender Rose

📋 copy color: '#FEA7DB'

red 254 ◦ green 167 ◦ blue 219

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

Shades of Lavender Rose #FEA7DB

Tints of Lavender Rose #FEA7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 39.69%
G = 26.09%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEA7DB (or 0xFEA7DB) is known color: Lavender Rose. HEX triplet: FE, A7 and DB. RGB value is (254,167,219). Sum of RGB (Red+Green+Blue) = 254+167+219=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 167 (65.62% from 255 or 26.09% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7DB is #015824. Grayscale: #C6C6C6. Windows color (decimal): -88101 or 14395390. OLE color: 14395390.

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

Color convert

RGB 254 167 219 -
CMYK 0 0.34 0.14 0.00
HSL 324.14º 0.98% 0.83% -
HSV(B) 324.14º 0.34% 1% -
XYZ 67.48 53.82 73.85 -
YUV 198.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 254 167 219 0 0.34 0.14 0.00 324.14 0.98 0.83
Hex FE A7 DB 0 22 E 0 144 62 53
Octal 376 247 333 0 42 16 0 504 142 123
Binary 11111110 10100111 11011011 0 100010 1110 0 101000100 1100010 1010011

Color Harmonies of #FEA7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7DB

Black with #FEA7DB

Text Example


Text Example

White with #FEA7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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