Html Css Color HEX #F19DD3 Lavender Rose

📋 copy color: '#F19DD3'

red 241 ◦ green 157 ◦ blue 211

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

Shades of Lavender Rose #F19DD3

Tints of Lavender Rose #F19DD3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.78%

 BLUE value IS 211 (82.81% from 255) = 34.65%

R = 39.57%
G = 25.78%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F19DD3 (or 0xF19DD3) is known color: Lavender Rose. HEX triplet: F1, 9D and D3. RGB value is (241,157,211). Sum of RGB (Red+Green+Blue) = 241+157+211=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DD3 is #0E622C. Grayscale: #BCBCBC. Windows color (decimal): -942637 or 13868529. OLE color: 13868529.

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

Color convert

RGB 241 157 211 -
CMYK 0 0.35 0.12 0.05
HSL 321.43º 0.75% 0.78% -
HSV(B) 321.43º 0.35% 0.95% -
XYZ 60.09 47.52 67.63 -
YUV 188.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 241 157 211 0 0.35 0.12 0.05 321.43 0.75 0.78
Hex F1 9D D3 0 23 C 5 141 4B 4E
Octal 361 235 323 0 43 14 5 501 113 116
Binary 11110001 10011101 11010011 0 100011 1100 101 101000001 1001011 1001110

Color Harmonies of #F19DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19DD3

Black with #F19DD3

Text Example


Text Example

White with #F19DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19DD3; }

 p { color: rgb(241,157,211); }

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

background-color css

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

 a { background-color: rgb(241,157,211); }

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

border-color css

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

 span { border-color: rgb(241,157,211); }

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