Html Css Color HEX #F4A8DB Lavender Rose

📋 copy color: '#F4A8DB'

red 244 ◦ green 168 ◦ blue 219

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

Shades of Lavender Rose #F4A8DB

Tints of Lavender Rose #F4A8DB

RGB

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

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

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

R = 38.67%
G = 26.62%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F4A8DB (or 0xF4A8DB) is known color: Lavender Rose. HEX triplet: F4, A8 and DB. RGB value is (244,168,219). Sum of RGB (Red+Green+Blue) = 244+168+219=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 168 (66.02% from 255 or 26.62% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A8DB is #0B5724. Grayscale: #C4C4C4. Windows color (decimal): -743205 or 14395636. OLE color: 14395636.

HSL color Cylindrical-coordinate representation of color #F4A8DB: hue angle of 319.74º 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 #F4A8DB is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 168 219 -
CMYK 0 0.31 0.10 0.04
HSL 319.74º 0.78% 0.81% -
HSV(B) 319.74º 0.31% 0.96% -
XYZ 64.1 52.35 73.74 -
YUV 196.54 140.68 161.85 -
System Red Green Blue C M Y K H S L
Decimal 244 168 219 0 0.31 0.10 0.04 319.74 0.78 0.81
Hex F4 A8 DB 0 1F A 4 140 4E 51
Octal 364 250 333 0 37 12 4 500 116 121
Binary 11110100 10101000 11011011 0 11111 1010 100 101000000 1001110 1010001

Color Harmonies of #F4A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A8DB

Black with #F4A8DB

Text Example


Text Example

White with #F4A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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