Html Css Color HEX #FC9CDD Lavender Rose

📋 copy color: '#FC9CDD'

red 252 ◦ green 156 ◦ blue 221

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

Shades of Lavender Rose #FC9CDD

Tints of Lavender Rose #FC9CDD

RGB

 RED value IS 252 (98.83% from 255) = 40.06%

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

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

R = 40.06%
G = 24.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC9CDD (or 0xFC9CDD) is known color: Lavender Rose. HEX triplet: FC, 9C and DD. RGB value is (252,156,221). Sum of RGB (Red+Green+Blue) = 252+156+221=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9CDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9CDD is #036322. Grayscale: #BFBFBF. Windows color (decimal): -221987 or 14523644. OLE color: 14523644.

HSL color Cylindrical-coordinate representation of color #FC9CDD: hue angle of 319.38º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9CDD is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 156 221 -
CMYK 0 0.38 0.12 0.01
HSL 319.38º 0.94% 0.8% -
HSV(B) 319.38º 0.38% 0.99% -
XYZ 65.08 49.69 74.57 -
YUV 192.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 252 156 221 0 0.38 0.12 0.01 319.38 0.94 0.8
Hex FC 9C DD 0 26 C 1 13F 5E 50
Octal 374 234 335 0 46 14 1 477 136 120
Binary 11111100 10011100 11011101 0 100110 1100 1 100111111 1011110 1010000

Color Harmonies of #FC9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9CDD

Black with #FC9CDD

Text Example


Text Example

White with #FC9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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