Html Css Color HEX #F898DC Lavender Rose

📋 copy color: '#F898DC'

red 248 ◦ green 152 ◦ blue 220

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

Shades of Lavender Rose #F898DC

Tints of Lavender Rose #F898DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 40%
G = 24.52%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F898DC (or 0xF898DC) is known color: Lavender Rose. HEX triplet: F8, 98 and DC. RGB value is (248,152,220). Sum of RGB (Red+Green+Blue) = 248+152+220=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F898DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898DC is #076723. Grayscale: #BCBCBC. Windows color (decimal): -485156 or 14457080. OLE color: 14457080.

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

Color convert

RGB 248 152 220 -
CMYK 0 0.39 0.11 0.03
HSL 317.5º 0.87% 0.78% -
HSV(B) 317.5º 0.39% 0.97% -
XYZ 62.86 47.58 73.58 -
YUV 188.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 248 152 220 0 0.39 0.11 0.03 317.5 0.87 0.78
Hex F8 98 DC 0 27 B 3 13E 57 4E
Octal 370 230 334 0 47 13 3 476 127 116
Binary 11111000 10011000 11011100 0 100111 1011 11 100111110 1010111 1001110

Color Harmonies of #F898DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F898DC

Black with #F898DC

Text Example


Text Example

White with #F898DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F898DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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