Html Css Color HEX #FF98D9 Lavender Rose

📋 copy color: '#FF98D9'

red 255 ◦ green 152 ◦ blue 217

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

Shades of Lavender Rose #FF98D9

Tints of Lavender Rose #FF98D9

RGB

 RED value IS 255 (100% from 255) = 40.87%

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

 BLUE value IS 217 (85.16% from 255) = 34.78%

R = 40.87%
G = 24.36%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF98D9 (or 0xFF98D9) is known color: Lavender Rose. HEX triplet: FF, 98 and D9. RGB value is (255,152,217). Sum of RGB (Red+Green+Blue) = 255+152+217=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D9 is #006726. Grayscale: #BEBEBE. Windows color (decimal): -26407 or 14260479. OLE color: 14260479.

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

Color convert

RGB 255 152 217 -
CMYK 0 0.40 0.15 0
HSL 322.14º 1% 0.8% -
HSV(B) 322.14º 0.4% 1% -
XYZ 64.99 48.73 71.63 -
YUV 190.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 255 152 217 0 0.40 0.15 0 322.14 1 0.8
Hex FF 98 D9 0 28 F 0 142 64 50
Octal 377 230 331 0 50 17 0 502 144 120
Binary 11111111 10011000 11011001 0 101000 1111 0 101000010 1100100 1010000

Color Harmonies of #FF98D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98D9

Black with #FF98D9

Text Example


Text Example

White with #FF98D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98D9; }

 p { color: rgb(255,152,217); }

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

background-color css

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

 a { background-color: rgb(255,152,217); }

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

border-color css

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

 span { border-color: rgb(255,152,217); }

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