Html Css Color HEX #F49FCD Lavender Pink

📋 copy color: '#F49FCD'

red 244 ◦ green 159 ◦ blue 205

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

Shades of Lavender Pink #F49FCD

Tints of Lavender Pink #F49FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.72%

R = 40.13%
G = 26.15%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F49FCD (or 0xF49FCD) is known color: Lavender Pink. HEX triplet: F4, 9F and CD. RGB value is (244,159,205). Sum of RGB (Red+Green+Blue) = 244+159+205=608 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.13% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 244 - color contains mainly: red. Hex color #F49FCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49FCD is #0B6032. Grayscale: #BDBDBD. Windows color (decimal): -745523 or 13475828. OLE color: 13475828.

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

Color convert

RGB 244 159 205 -
CMYK 0 0.35 0.16 0.04
HSL 327.53º 0.79% 0.79% -
HSV(B) 327.53º 0.35% 0.96% -
XYZ 60.73 48.44 63.91 -
YUV 189.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 244 159 205 0 0.35 0.16 0.04 327.53 0.79 0.79
Hex F4 9F CD 0 23 10 4 148 4F 4F
Octal 364 237 315 0 43 20 4 510 117 117
Binary 11110100 10011111 11001101 0 100011 10000 100 101001000 1001111 1001111

Color Harmonies of #F49FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49FCD

Black with #F49FCD

Text Example


Text Example

White with #F49FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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