Html Css Color HEX #FEA6DB Lavender Rose

📋 copy color: '#FEA6DB'

red 254 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #FEA6DB

Tints of Lavender Rose #FEA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 25.98%

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

R = 39.75%
G = 25.98%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FEA6DB (or 0xFEA6DB) is known color: Lavender Rose. HEX triplet: FE, A6 and DB. RGB value is (254,166,219). Sum of RGB (Red+Green+Blue) = 254+166+219=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 166 (65.23% from 255 or 25.98% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6DB is #015924. Grayscale: #C6C6C6. Windows color (decimal): -88357 or 14395134. OLE color: 14395134.

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

Color convert

RGB 254 166 219 -
CMYK 0 0.35 0.14 0.00
HSL 323.86º 0.98% 0.82% -
HSV(B) 323.86º 0.35% 1% -
XYZ 67.3 53.46 73.79 -
YUV 198.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 254 166 219 0 0.35 0.14 0.00 323.86 0.98 0.82
Hex FE A6 DB 0 23 E 0 144 62 52
Octal 376 246 333 0 43 16 0 504 142 122
Binary 11111110 10100110 11011011 0 100011 1110 0 101000100 1100010 1010010

Color Harmonies of #FEA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA6DB

Black with #FEA6DB

Text Example


Text Example

White with #FEA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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