Html Css Color HEX #F4A8D9 Lavender Rose

📋 copy color: '#F4A8D9'

red 244 ◦ green 168 ◦ blue 217

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

Shades of Lavender Rose #F4A8D9

Tints of Lavender Rose #F4A8D9

RGB

 RED value IS 244 (95.7% from 255) = 38.79%

 GREEN value IS 168 (66.02% from 255) = 26.71%

 BLUE value IS 217 (85.16% from 255) = 34.5%

R = 38.79%
G = 26.71%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F4A8D9 (or 0xF4A8D9) is known color: Lavender Rose. HEX triplet: F4, A8 and D9. RGB value is (244,168,217). Sum of RGB (Red+Green+Blue) = 244+168+217=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8D9 is #0B5726. Grayscale: #C4C4C4. Windows color (decimal): -743207 or 14264564. OLE color: 14264564.

HSL color Cylindrical-coordinate representation of color #F4A8D9: hue angle of 321.32º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F4A8D9 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 168 217 -
CMYK 0 0.31 0.11 0.04
HSL 321.32º 0.78% 0.81% -
HSV(B) 321.32º 0.31% 0.96% -
XYZ 63.84 52.25 72.37 -
YUV 196.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 244 168 217 0 0.31 0.11 0.04 321.32 0.78 0.81
Hex F4 A8 D9 0 1F B 4 141 4E 51
Octal 364 250 331 0 37 13 4 501 116 121
Binary 11110100 10101000 11011001 0 11111 1011 100 101000001 1001110 1010001

Color Harmonies of #F4A8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A8D9

Black with #F4A8D9

Text Example


Text Example

White with #F4A8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A8D9; }

 p { color: rgb(244,168,217); }

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

background-color css

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

 a { background-color: rgb(244,168,217); }

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

border-color css

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

 span { border-color: rgb(244,168,217); }

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