Html Css Color HEX #F8A4DD Lavender Rose

📋 copy color: '#F8A4DD'

red 248 ◦ green 164 ◦ blue 221

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

Shades of Lavender Rose #F8A4DD

Tints of Lavender Rose #F8A4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 25.91%

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

R = 39.18%
G = 25.91%
B = 34.91%

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

#F8A4DD (or 0xF8A4DD) is known color: Lavender Rose. HEX triplet: F8, A4 and DD. RGB value is (248,164,221). Sum of RGB (Red+Green+Blue) = 248+164+221=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 164 (64.45% from 255 or 25.91% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A4DD is #075B22. Grayscale: #C3C3C3. Windows color (decimal): -482083 or 14525688. OLE color: 14525688.

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

Color convert

RGB 248 164 221 -
CMYK 0 0.34 0.11 0.03
HSL 319.29º 0.86% 0.81% -
HSV(B) 319.29º 0.34% 0.97% -
XYZ 65.04 51.73 74.96 -
YUV 195.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 248 164 221 0 0.34 0.11 0.03 319.29 0.86 0.81
Hex F8 A4 DD 0 22 B 3 13F 56 51
Octal 370 244 335 0 42 13 3 477 126 121
Binary 11111000 10100100 11011101 0 100010 1011 11 100111111 1010110 1010001

Color Harmonies of #F8A4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A4DD

Black with #F8A4DD

Text Example


Text Example

White with #F8A4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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