Html Css Color HEX #F19CDD Lavender Rose

📋 copy color: '#F19CDD'

red 241 ◦ green 156 ◦ blue 221

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

Shades of Lavender Rose #F19CDD

Tints of Lavender Rose #F19CDD

RGB

 RED value IS 241 (94.53% from 255) = 39%

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

 BLUE value IS 221 (86.72% from 255) = 35.76%

R = 39%
G = 25.24%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F19CDD (or 0xF19CDD) is known color: Lavender Rose. HEX triplet: F1, 9C and DD. RGB value is (241,156,221). Sum of RGB (Red+Green+Blue) = 241+156+221=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDD is #0E6322. Grayscale: #BCBCBC. Windows color (decimal): -942883 or 14523633. OLE color: 14523633.

HSL color Cylindrical-coordinate representation of color #F19CDD: hue angle of 314.12º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CDD is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 156 221 -
CMYK 0 0.35 0.08 0.05
HSL 314.12º 0.75% 0.78% -
HSV(B) 314.12º 0.35% 0.95% -
XYZ 61.22 47.7 74.39 -
YUV 188.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 241 156 221 0 0.35 0.08 0.05 314.12 0.75 0.78
Hex F1 9C DD 0 23 8 5 13A 4B 4E
Octal 361 234 335 0 43 10 5 472 113 116
Binary 11110001 10011100 11011101 0 100011 1000 101 100111010 1001011 1001110

Color Harmonies of #F19CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19CDD

Black with #F19CDD

Text Example


Text Example

White with #F19CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19CDD; }

 p { color: rgb(241,156,221); }

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

background-color css

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

 a { background-color: rgb(241,156,221); }

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

border-color css

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

 span { border-color: rgb(241,156,221); }

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