Html Css Color HEX #FC9DDD Lavender Rose

📋 copy color: '#FC9DDD'

red 252 ◦ green 157 ◦ blue 221

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

Shades of Lavender Rose #FC9DDD

Tints of Lavender Rose #FC9DDD

RGB

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

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

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

R = 40%
G = 24.92%
B = 35.08%

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

#FC9DDD (or 0xFC9DDD) is known color: Lavender Rose. HEX triplet: FC, 9D and DD. RGB value is (252,157,221). Sum of RGB (Red+Green+Blue) = 252+157+221=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DDD is #036222. Grayscale: #C0C0C0. Windows color (decimal): -221731 or 14523900. OLE color: 14523900.

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

Color convert

RGB 252 157 221 -
CMYK 0 0.38 0.12 0.01
HSL 319.58º 0.94% 0.8% -
HSV(B) 319.58º 0.38% 0.99% -
XYZ 65.25 50.03 74.62 -
YUV 192.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 252 157 221 0 0.38 0.12 0.01 319.58 0.94 0.8
Hex FC 9D DD 0 26 C 1 140 5E 50
Octal 374 235 335 0 46 14 1 500 136 120
Binary 11111100 10011101 11011101 0 100110 1100 1 101000000 1011110 1010000

Color Harmonies of #FC9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DDD

Black with #FC9DDD

Text Example


Text Example

White with #FC9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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