Html Css Color HEX #F898E0 Lavender Rose

📋 copy color: '#F898E0'

red 248 ◦ green 152 ◦ blue 224

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

Shades of Lavender Rose #F898E0

Tints of Lavender Rose #F898E0

RGB

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

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

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

R = 39.74%
G = 24.36%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F898E0 (or 0xF898E0) is known color: Lavender Rose. HEX triplet: F8, 98 and E0. RGB value is (248,152,224). Sum of RGB (Red+Green+Blue) = 248+152+224=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F898E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898E0 is #07671F. Grayscale: #BCBCBC. Windows color (decimal): -485152 or 14719224. OLE color: 14719224.

HSL color Cylindrical-coordinate representation of color #F898E0: hue angle of 315º 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 #F898E0 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 152 224 -
CMYK 0 0.39 0.10 0.03
HSL 315º 0.87% 0.78% -
HSV(B) 315º 0.39% 0.97% -
XYZ 63.39 47.79 76.41 -
YUV 188.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 248 152 224 0 0.39 0.10 0.03 315 0.87 0.78
Hex F8 98 E0 0 27 A 3 13B 57 4E
Octal 370 230 340 0 47 12 3 473 127 116
Binary 11111000 10011000 11100000 0 100111 1010 11 100111011 1010111 1001110

Color Harmonies of #F898E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898E0

Black with #F898E0

Text Example


Text Example

White with #F898E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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