Html Css Color HEX #F19CDA Lavender Rose

📋 copy color: '#F19CDA'

red 241 ◦ green 156 ◦ blue 218

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

Shades of Lavender Rose #F19CDA

Tints of Lavender Rose #F19CDA

RGB

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

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

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

R = 39.19%
G = 25.37%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F19CDA (or 0xF19CDA) is known color: Lavender Rose. HEX triplet: F1, 9C and DA. RGB value is (241,156,218). Sum of RGB (Red+Green+Blue) = 241+156+218=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDA is #0E6325. Grayscale: #BCBCBC. Windows color (decimal): -942886 or 14327025. OLE color: 14327025.

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

Color convert

RGB 241 156 218 -
CMYK 0 0.35 0.10 0.05
HSL 316.24º 0.75% 0.78% -
HSV(B) 316.24º 0.35% 0.95% -
XYZ 60.82 47.54 72.3 -
YUV 188.48 144.66 165.46 -
System Red Green Blue C M Y K H S L
Decimal 241 156 218 0 0.35 0.10 0.05 316.24 0.75 0.78
Hex F1 9C DA 0 23 A 5 13C 4B 4E
Octal 361 234 332 0 43 12 5 474 113 116
Binary 11110001 10011100 11011010 0 100011 1010 101 100111100 1001011 1001110

Color Harmonies of #F19CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19CDA

Black with #F19CDA

Text Example


Text Example

White with #F19CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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