Html Css Color HEX #FE9ADC Lavender Rose

📋 copy color: '#FE9ADC'

red 254 ◦ green 154 ◦ blue 220

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

Shades of Lavender Rose #FE9ADC

Tints of Lavender Rose #FE9ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 40.45%
G = 24.52%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE9ADC (or 0xFE9ADC) is known color: Lavender Rose. HEX triplet: FE, 9A and DC. RGB value is (254,154,220). Sum of RGB (Red+Green+Blue) = 254+154+220=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ADC is #016523. Grayscale: #BFBFBF. Windows color (decimal): -91428 or 14457598. OLE color: 14457598.

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

Color convert

RGB 254 154 220 -
CMYK 0 0.39 0.13 0.00
HSL 320.4º 0.98% 0.8% -
HSV(B) 320.4º 0.39% 1% -
XYZ 65.35 49.35 73.79 -
YUV 191.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 254 154 220 0 0.39 0.13 0.00 320.4 0.98 0.8
Hex FE 9A DC 0 27 D 0 140 62 50
Octal 376 232 334 0 47 15 0 500 142 120
Binary 11111110 10011010 11011100 0 100111 1101 0 101000000 1100010 1010000

Color Harmonies of #FE9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9ADC

Black with #FE9ADC

Text Example


Text Example

White with #FE9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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