Html Css Color HEX #F4A2DB Lavender Rose

📋 copy color: '#F4A2DB'

red 244 ◦ green 162 ◦ blue 219

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

Shades of Lavender Rose #F4A2DB

Tints of Lavender Rose #F4A2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 39.04%
G = 25.92%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4A2DB (or 0xF4A2DB) is known color: Lavender Rose. HEX triplet: F4, A2 and DB. RGB value is (244,162,219). Sum of RGB (Red+Green+Blue) = 244+162+219=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A2DB is #0B5D24. Grayscale: #C0C0C0. Windows color (decimal): -744741 or 14394100. OLE color: 14394100.

HSL color Cylindrical-coordinate representation of color #F4A2DB: hue angle of 318.29º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A2DB is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 162 219 -
CMYK 0 0.34 0.10 0.04
HSL 318.29º 0.79% 0.8% -
HSV(B) 318.29º 0.34% 0.96% -
XYZ 63.01 50.19 73.38 -
YUV 193.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 244 162 219 0 0.34 0.10 0.04 318.29 0.79 0.8
Hex F4 A2 DB 0 22 A 4 13E 4F 50
Octal 364 242 333 0 42 12 4 476 117 120
Binary 11110100 10100010 11011011 0 100010 1010 100 100111110 1001111 1010000

Color Harmonies of #F4A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A2DB

Black with #F4A2DB

Text Example


Text Example

White with #F4A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A2DB; }

 p { color: rgb(244,162,219); }

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

background-color css

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

 a { background-color: rgb(244,162,219); }

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

border-color css

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

 span { border-color: rgb(244,162,219); }

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