Html Css Color HEX #F898EA Lavender Rose

📋 copy color: '#F898EA'

red 248 ◦ green 152 ◦ blue 234

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

Shades of Lavender Rose #F898EA

Tints of Lavender Rose #F898EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 39.12%
G = 23.97%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F898EA (or 0xF898EA) is known color: Lavender Rose. HEX triplet: F8, 98 and EA. RGB value is (248,152,234). Sum of RGB (Red+Green+Blue) = 248+152+234=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F898EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898EA is #076715. Grayscale: #BDBDBD. Windows color (decimal): -485142 or 15374584. OLE color: 15374584.

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

Color convert

RGB 248 152 234 -
CMYK 0 0.39 0.06 0.03
HSL 308.75º 0.87% 0.78% -
HSV(B) 308.75º 0.39% 0.97% -
XYZ 64.79 48.35 83.76 -
YUV 190.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 248 152 234 0 0.39 0.06 0.03 308.75 0.87 0.78
Hex F8 98 EA 0 27 6 3 135 57 4E
Octal 370 230 352 0 47 6 3 465 127 116
Binary 11111000 10011000 11101010 0 100111 110 11 100110101 1010111 1001110

Color Harmonies of #F898EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898EA

Black with #F898EA

Text Example


Text Example

White with #F898EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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