Html Css Color HEX #F49FDC Lavender Rose

📋 copy color: '#F49FDC'

red 244 ◦ green 159 ◦ blue 220

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

Shades of Lavender Rose #F49FDC

Tints of Lavender Rose #F49FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.52%

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 39.17%
G = 25.52%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F49FDC (or 0xF49FDC) is known color: Lavender Rose. HEX triplet: F4, 9F and DC. RGB value is (244,159,220). Sum of RGB (Red+Green+Blue) = 244+159+220=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49FDC is #0B6023. Grayscale: #BFBFBF. Windows color (decimal): -745508 or 14458868. OLE color: 14458868.

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

Color convert

RGB 244 159 220 -
CMYK 0 0.35 0.10 0.04
HSL 316.94º 0.79% 0.79% -
HSV(B) 316.94º 0.35% 0.96% -
XYZ 62.62 49.2 73.91 -
YUV 191.37 144.16 165.54 -
System Red Green Blue C M Y K H S L
Decimal 244 159 220 0 0.35 0.10 0.04 316.94 0.79 0.79
Hex F4 9F DC 0 23 A 4 13D 4F 4F
Octal 364 237 334 0 43 12 4 475 117 117
Binary 11110100 10011111 11011100 0 100011 1010 100 100111101 1001111 1001111

Color Harmonies of #F49FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49FDC

Black with #F49FDC

Text Example


Text Example

White with #F49FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49FDC; }

 p { color: rgb(244,159,220); }

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

background-color css

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

 a { background-color: rgb(244,159,220); }

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

border-color css

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

 span { border-color: rgb(244,159,220); }

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