Html Css Color HEX #F59CDC Lavender Rose

📋 copy color: '#F59CDC'

red 245 ◦ green 156 ◦ blue 220

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

Shades of Lavender Rose #F59CDC

Tints of Lavender Rose #F59CDC

RGB

 RED value IS 245 (96.09% from 255) = 39.45%

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

 BLUE value IS 220 (86.33% from 255) = 35.43%

R = 39.45%
G = 25.12%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F59CDC (or 0xF59CDC) is known color: Lavender Rose. HEX triplet: F5, 9C and DC. RGB value is (245,156,220). Sum of RGB (Red+Green+Blue) = 245+156+220=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CDC is #0A6323. Grayscale: #BDBDBD. Windows color (decimal): -680740 or 14458101. OLE color: 14458101.

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

Color convert

RGB 245 156 220 -
CMYK 0 0.36 0.10 0.04
HSL 316.85º 0.82% 0.79% -
HSV(B) 316.85º 0.36% 0.96% -
XYZ 62.46 48.36 73.75 -
YUV 189.91 144.99 167.3 -
System Red Green Blue C M Y K H S L
Decimal 245 156 220 0 0.36 0.10 0.04 316.85 0.82 0.79
Hex F5 9C DC 0 24 A 4 13D 52 4F
Octal 365 234 334 0 44 12 4 475 122 117
Binary 11110101 10011100 11011100 0 100100 1010 100 100111101 1010010 1001111

Color Harmonies of #F59CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59CDC

Black with #F59CDC

Text Example


Text Example

White with #F59CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59CDC; }

 p { color: rgb(245,156,220); }

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

background-color css

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

 a { background-color: rgb(245,156,220); }

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

border-color css

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

 span { border-color: rgb(245,156,220); }

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