Html Css Color HEX #F59CDD Lavender Rose

📋 copy color: '#F59CDD'

red 245 ◦ green 156 ◦ blue 221

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

Shades of Lavender Rose #F59CDD

Tints of Lavender Rose #F59CDD

RGB

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

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

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

R = 39.39%
G = 25.08%
B = 35.53%

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

#F59CDD (or 0xF59CDD) is known color: Lavender Rose. HEX triplet: F5, 9C and DD. RGB value is (245,156,221). Sum of RGB (Red+Green+Blue) = 245+156+221=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CDD is #0A6322. Grayscale: #BDBDBD. Windows color (decimal): -680739 or 14523637. OLE color: 14523637.

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

Color convert

RGB 245 156 221 -
CMYK 0 0.36 0.10 0.04
HSL 316.18º 0.82% 0.79% -
HSV(B) 316.18º 0.36% 0.96% -
XYZ 62.6 48.41 74.45 -
YUV 190.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 245 156 221 0 0.36 0.10 0.04 316.18 0.82 0.79
Hex F5 9C DD 0 24 A 4 13C 52 4F
Octal 365 234 335 0 44 12 4 474 122 117
Binary 11110101 10011100 11011101 0 100100 1010 100 100111100 1010010 1001111

Color Harmonies of #F59CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59CDD

Black with #F59CDD

Text Example


Text Example

White with #F59CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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