Html Css Color HEX #F8A2DF Lavender Rose

📋 copy color: '#F8A2DF'

red 248 ◦ green 162 ◦ blue 223

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

Shades of Lavender Rose #F8A2DF

Tints of Lavender Rose #F8A2DF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.59%

 BLUE value IS 223 (87.5% from 255) = 35.23%

R = 39.18%
G = 25.59%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8A2DF (or 0xF8A2DF) is known color: Lavender Rose. HEX triplet: F8, A2 and DF. RGB value is (248,162,223). Sum of RGB (Red+Green+Blue) = 248+162+223=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A2DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A2DF is #075D20. Grayscale: #C2C2C2. Windows color (decimal): -482593 or 14656248. OLE color: 14656248.

HSL color Cylindrical-coordinate representation of color #F8A2DF: hue angle of 317.44º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A2DF is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 162 223 -
CMYK 0 0.35 0.10 0.03
HSL 317.44º 0.86% 0.8% -
HSV(B) 317.44º 0.35% 0.97% -
XYZ 64.95 51.12 76.26 -
YUV 194.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 248 162 223 0 0.35 0.10 0.03 317.44 0.86 0.8
Hex F8 A2 DF 0 23 A 3 13D 56 50
Octal 370 242 337 0 43 12 3 475 126 120
Binary 11111000 10100010 11011111 0 100011 1010 11 100111101 1010110 1010000

Color Harmonies of #F8A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A2DF

Black with #F8A2DF

Text Example


Text Example

White with #F8A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A2DF; }

 p { color: rgb(248,162,223); }

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

background-color css

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

 a { background-color: rgb(248,162,223); }

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

border-color css

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

 span { border-color: rgb(248,162,223); }

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