Html Css Color HEX #FE9ADF Lavender Rose

📋 copy color: '#FE9ADF'

red 254 ◦ green 154 ◦ blue 223

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

Shades of Lavender Rose #FE9ADF

Tints of Lavender Rose #FE9ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 40.25%
G = 24.41%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE9ADF (or 0xFE9ADF) is known color: Lavender Rose. HEX triplet: FE, 9A and DF. RGB value is (254,154,223). Sum of RGB (Red+Green+Blue) = 254+154+223=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 154 (60.55% from 255 or 24.41% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ADF is #016520. Grayscale: #BFBFBF. Windows color (decimal): -91425 or 14654206. OLE color: 14654206.

HSL color Cylindrical-coordinate representation of color #FE9ADF: hue angle of 318.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 #FE9ADF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 154 223 -
CMYK 0 0.39 0.12 0.00
HSL 318.6º 0.98% 0.8% -
HSV(B) 318.6º 0.39% 1% -
XYZ 65.75 49.51 75.9 -
YUV 191.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 254 154 223 0 0.39 0.12 0.00 318.6 0.98 0.8
Hex FE 9A DF 0 27 C 0 13F 62 50
Octal 376 232 337 0 47 14 0 477 142 120
Binary 11111110 10011010 11011111 0 100111 1100 0 100111111 1100010 1010000

Color Harmonies of #FE9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9ADF

Black with #FE9ADF

Text Example


Text Example

White with #FE9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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