Html Css Color HEX #F8A3DD Lavender Rose

📋 copy color: '#F8A3DD'

red 248 ◦ green 163 ◦ blue 221

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

Shades of Lavender Rose #F8A3DD

Tints of Lavender Rose #F8A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.79%

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 39.24%
G = 25.79%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8A3DD (or 0xF8A3DD) is known color: Lavender Rose. HEX triplet: F8, A3 and DD. RGB value is (248,163,221). Sum of RGB (Red+Green+Blue) = 248+163+221=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 163 (64.06% from 255 or 25.79% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A3DD is #075C22. Grayscale: #C2C2C2. Windows color (decimal): -482339 or 14525432. OLE color: 14525432.

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

Color convert

RGB 248 163 221 -
CMYK 0 0.34 0.11 0.03
HSL 319.06º 0.86% 0.81% -
HSV(B) 319.06º 0.34% 0.97% -
XYZ 64.86 51.37 74.9 -
YUV 195.03 142.66 165.78 -
System Red Green Blue C M Y K H S L
Decimal 248 163 221 0 0.34 0.11 0.03 319.06 0.86 0.81
Hex F8 A3 DD 0 22 B 3 13F 56 51
Octal 370 243 335 0 42 13 3 477 126 121
Binary 11111000 10100011 11011101 0 100010 1011 11 100111111 1010110 1010001

Color Harmonies of #F8A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A3DD

Black with #F8A3DD

Text Example


Text Example

White with #F8A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A3DD; }

 p { color: rgb(248,163,221); }

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

background-color css

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

 a { background-color: rgb(248,163,221); }

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

border-color css

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

 span { border-color: rgb(248,163,221); }

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