Html Css Color HEX #FE9AD5 Lavender Rose

📋 copy color: '#FE9AD5'

red 254 ◦ green 154 ◦ blue 213

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

Shades of Lavender Rose #FE9AD5

Tints of Lavender Rose #FE9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.8%

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 40.9%
G = 24.8%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE9AD5 (or 0xFE9AD5) is known color: Lavender Rose. HEX triplet: FE, 9A and D5. RGB value is (254,154,213). Sum of RGB (Red+Green+Blue) = 254+154+213=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9AD5 is #01652A. Grayscale: #BEBEBE. Windows color (decimal): -91435 or 13998846. OLE color: 13998846.

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

Color convert

RGB 254 154 213 -
CMYK 0 0.39 0.16 0.00
HSL 324.6º 0.98% 0.8% -
HSV(B) 324.6º 0.39% 1% -
XYZ 64.44 48.99 69.01 -
YUV 190.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 254 154 213 0 0.39 0.16 0.00 324.6 0.98 0.8
Hex FE 9A D5 0 27 10 0 145 62 50
Octal 376 232 325 0 47 20 0 505 142 120
Binary 11111110 10011010 11010101 0 100111 10000 0 101000101 1100010 1010000

Color Harmonies of #FE9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9AD5

Black with #FE9AD5

Text Example


Text Example

White with #FE9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9AD5; }

 p { color: rgb(254,154,213); }

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

background-color css

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

 a { background-color: rgb(254,154,213); }

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

border-color css

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

 span { border-color: rgb(254,154,213); }

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