Html Css Color HEX #FF98D8 Lavender Rose

📋 copy color: '#FF98D8'

red 255 ◦ green 152 ◦ blue 216

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

Shades of Lavender Rose #FF98D8

Tints of Lavender Rose #FF98D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.67%

R = 40.93%
G = 24.4%
B = 34.67%

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

#FF98D8 (or 0xFF98D8) is known color: Lavender Rose. HEX triplet: FF, 98 and D8. RGB value is (255,152,216). Sum of RGB (Red+Green+Blue) = 255+152+216=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 152 (59.77% from 255 or 24.40% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98D8 is #006727. Grayscale: #BDBDBD. Windows color (decimal): -26408 or 14194943. OLE color: 14194943.

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

Color convert

RGB 255 152 216 -
CMYK 0 0.40 0.15 0
HSL 322.72º 1% 0.8% -
HSV(B) 322.72º 0.4% 1% -
XYZ 64.86 48.67 70.94 -
YUV 190.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 255 152 216 0 0.40 0.15 0 322.72 1 0.8
Hex FF 98 D8 0 28 F 0 143 64 50
Octal 377 230 330 0 50 17 0 503 144 120
Binary 11111111 10011000 11011000 0 101000 1111 0 101000011 1100100 1010000

Color Harmonies of #FF98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98D8

Black with #FF98D8

Text Example


Text Example

White with #FF98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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