Html Css Color HEX #FE99DC Lavender Rose

📋 copy color: '#FE99DC'

red 254 ◦ green 153 ◦ blue 220

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

Shades of Lavender Rose #FE99DC

Tints of Lavender Rose #FE99DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.4%

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

R = 40.51%
G = 24.4%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE99DC (or 0xFE99DC) is known color: Lavender Rose. HEX triplet: FE, 99 and DC. RGB value is (254,153,220). Sum of RGB (Red+Green+Blue) = 254+153+220=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE99DC is #016623. Grayscale: #BEBEBE. Windows color (decimal): -91684 or 14457342. OLE color: 14457342.

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

Color convert

RGB 254 153 220 -
CMYK 0 0.40 0.13 0.00
HSL 320.2º 0.98% 0.8% -
HSV(B) 320.2º 0.4% 1% -
XYZ 65.18 49.02 73.74 -
YUV 190.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 254 153 220 0 0.40 0.13 0.00 320.2 0.98 0.8
Hex FE 99 DC 0 28 D 0 140 62 50
Octal 376 231 334 0 50 15 0 500 142 120
Binary 11111110 10011001 11011100 0 101000 1101 0 101000000 1100010 1010000

Color Harmonies of #FE99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE99DC

Black with #FE99DC

Text Example


Text Example

White with #FE99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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