Html Css Color HEX #F899D2 Lavender Rose

📋 copy color: '#F899D2'

red 248 ◦ green 153 ◦ blue 210

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

Shades of Lavender Rose #F899D2

Tints of Lavender Rose #F899D2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.04%

 BLUE value IS 210 (82.42% from 255) = 34.37%

R = 40.59%
G = 25.04%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F899D2 (or 0xF899D2) is known color: Lavender Rose. HEX triplet: F8, 99 and D2. RGB value is (248,153,210). Sum of RGB (Red+Green+Blue) = 248+153+210=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 153 (60.16% from 255 or 25.04% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F899D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899D2 is #07662D. Grayscale: #BBBBBB. Windows color (decimal): -484910 or 13801976. OLE color: 13801976.

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

Color convert

RGB 248 153 210 -
CMYK 0 0.38 0.15 0.03
HSL 324º 0.87% 0.79% -
HSV(B) 324º 0.38% 0.97% -
XYZ 61.74 47.39 66.87 -
YUV 187.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 248 153 210 0 0.38 0.15 0.03 324 0.87 0.79
Hex F8 99 D2 0 26 F 3 144 57 4F
Octal 370 231 322 0 46 17 3 504 127 117
Binary 11111000 10011001 11010010 0 100110 1111 11 101000100 1010111 1001111

Color Harmonies of #F899D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F899D2

Black with #F899D2

Text Example


Text Example

White with #F899D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F899D2; }

 p { color: rgb(248,153,210); }

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

background-color css

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

 a { background-color: rgb(248,153,210); }

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

border-color css

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

 span { border-color: rgb(248,153,210); }

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