Html Css Color HEX #F49CDA Lavender Rose

📋 copy color: '#F49CDA'

red 244 ◦ green 156 ◦ blue 218

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

Shades of Lavender Rose #F49CDA

Tints of Lavender Rose #F49CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.24%

 BLUE value IS 218 (85.55% from 255) = 35.28%

R = 39.48%
G = 25.24%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F49CDA (or 0xF49CDA) is known color: Lavender Rose. HEX triplet: F4, 9C and DA. RGB value is (244,156,218). Sum of RGB (Red+Green+Blue) = 244+156+218=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CDA is #0B6325. Grayscale: #BDBDBD. Windows color (decimal): -746278 or 14327028. OLE color: 14327028.

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

Color convert

RGB 244 156 218 -
CMYK 0 0.36 0.11 0.04
HSL 317.73º 0.8% 0.78% -
HSV(B) 317.73º 0.36% 0.96% -
XYZ 61.85 48.07 72.35 -
YUV 189.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 244 156 218 0 0.36 0.11 0.04 317.73 0.8 0.78
Hex F4 9C DA 0 24 B 4 13E 50 4E
Octal 364 234 332 0 44 13 4 476 120 116
Binary 11110100 10011100 11011010 0 100100 1011 100 100111110 1010000 1001110

Color Harmonies of #F49CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49CDA

Black with #F49CDA

Text Example


Text Example

White with #F49CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49CDA; }

 p { color: rgb(244,156,218); }

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

background-color css

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

 a { background-color: rgb(244,156,218); }

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

border-color css

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

 span { border-color: rgb(244,156,218); }

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