Html Css Color HEX #F8A7DF Lavender Rose

📋 copy color: '#F8A7DF'

red 248 ◦ green 167 ◦ blue 223

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

Shades of Lavender Rose #F8A7DF

Tints of Lavender Rose #F8A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.18%

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

R = 38.87%
G = 26.18%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8A7DF (or 0xF8A7DF) is known color: Lavender Rose. HEX triplet: F8, A7 and DF. RGB value is (248,167,223). Sum of RGB (Red+Green+Blue) = 248+167+223=638 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.87% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A7DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A7DF is #075820. Grayscale: #C5C5C5. Windows color (decimal): -481313 or 14657528. OLE color: 14657528.

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

Color convert

RGB 248 167 223 -
CMYK 0 0.33 0.10 0.03
HSL 318.52º 0.85% 0.81% -
HSV(B) 318.52º 0.33% 0.97% -
XYZ 65.85 52.92 76.56 -
YUV 197.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 248 167 223 0 0.33 0.10 0.03 318.52 0.85 0.81
Hex F8 A7 DF 0 21 A 3 13F 55 51
Octal 370 247 337 0 41 12 3 477 125 121
Binary 11111000 10100111 11011111 0 100001 1010 11 100111111 1010101 1010001

Color Harmonies of #F8A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A7DF

Black with #F8A7DF

Text Example


Text Example

White with #F8A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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