Html Css Color HEX #FE98DC Lavender Rose

📋 copy color: '#FE98DC'

red 254 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #FE98DC

Tints of Lavender Rose #FE98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.28%

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

R = 40.58%
G = 24.28%
B = 35.14%

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

#FE98DC (or 0xFE98DC) is known color: Lavender Rose. HEX triplet: FE, 98 and DC. RGB value is (254,152,220). Sum of RGB (Red+Green+Blue) = 254+152+220=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FE98DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE98DC is #016723. Grayscale: #BEBEBE. Windows color (decimal): -91940 or 14457086. OLE color: 14457086.

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

Color convert

RGB 254 152 220 -
CMYK 0 0.40 0.13 0.00
HSL 320º 0.98% 0.8% -
HSV(B) 320º 0.4% 1% -
XYZ 65.02 48.69 73.68 -
YUV 190.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 254 152 220 0 0.40 0.13 0.00 320 0.98 0.8
Hex FE 98 DC 0 28 D 0 140 62 50
Octal 376 230 334 0 50 15 0 500 142 120
Binary 11111110 10011000 11011100 0 101000 1101 0 101000000 1100010 1010000

Color Harmonies of #FE98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE98DC

Black with #FE98DC

Text Example


Text Example

White with #FE98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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