Html Css Color HEX #FF98E0 Lavender Rose

📋 copy color: '#FF98E0'

red 255 ◦ green 152 ◦ blue 224

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

Shades of Lavender Rose #FF98E0

Tints of Lavender Rose #FF98E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 40.41%
G = 24.09%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF98E0 (or 0xFF98E0) is known color: Lavender Rose. HEX triplet: FF, 98 and E0. RGB value is (255,152,224). Sum of RGB (Red+Green+Blue) = 255+152+224=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 152 (59.77% from 255 or 24.09% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98E0 is #00671F. Grayscale: #BEBEBE. Windows color (decimal): -26400 or 14719231. OLE color: 14719231.

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

Color convert

RGB 255 152 224 -
CMYK 0 0.40 0.12 0
HSL 318.06º 1% 0.8% -
HSV(B) 318.06º 0.4% 1% -
XYZ 65.92 49.1 76.52 -
YUV 191.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 255 152 224 0 0.40 0.12 0 318.06 1 0.8
Hex FF 98 E0 0 28 C 0 13E 64 50
Octal 377 230 340 0 50 14 0 476 144 120
Binary 11111111 10011000 11100000 0 101000 1100 0 100111110 1100100 1010000

Color Harmonies of #FF98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF98E0

Black with #FF98E0

Text Example


Text Example

White with #FF98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF98E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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