Html Css Color HEX #F898ED Lavender Rose

📋 copy color: '#F898ED'

red 248 ◦ green 152 ◦ blue 237

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

Shades of Lavender Rose #F898ED

Tints of Lavender Rose #F898ED

RGB

 RED value IS 248 (97.27% from 255) = 38.93%

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

 BLUE value IS 237 (92.97% from 255) = 37.21%

R = 38.93%
G = 23.86%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F898ED (or 0xF898ED) is known color: Lavender Rose. HEX triplet: F8, 98 and ED. RGB value is (248,152,237). Sum of RGB (Red+Green+Blue) = 248+152+237=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 152 (59.77% from 255 or 23.86% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F898ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898ED is #076712. Grayscale: #BEBEBE. Windows color (decimal): -485139 or 15571192. OLE color: 15571192.

HSL color Cylindrical-coordinate representation of color #F898ED: hue angle of 306.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898ED is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 237 -
CMYK 0 0.39 0.04 0.03
HSL 306.88º 0.87% 0.78% -
HSV(B) 306.88º 0.39% 0.97% -
XYZ 65.23 48.53 86.05 -
YUV 190.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 248 152 237 0 0.39 0.04 0.03 306.88 0.87 0.78
Hex F8 98 ED 0 27 4 3 133 57 4E
Octal 370 230 355 0 47 4 3 463 127 116
Binary 11111000 10011000 11101101 0 100111 100 11 100110011 1010111 1001110

Color Harmonies of #F898ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898ED

Black with #F898ED

Text Example


Text Example

White with #F898ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898ED; }

 p { color: rgb(248,152,237); }

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

background-color css

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

 a { background-color: rgb(248,152,237); }

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

border-color css

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

 span { border-color: rgb(248,152,237); }

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