Html Css Color HEX #FC9DDF Lavender Rose

📋 copy color: '#FC9DDF'

red 252 ◦ green 157 ◦ blue 223

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

Shades of Lavender Rose #FC9DDF

Tints of Lavender Rose #FC9DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 39.87%
G = 24.84%
B = 35.28%

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

#FC9DDF (or 0xFC9DDF) is known color: Lavender Rose. HEX triplet: FC, 9D and DF. RGB value is (252,157,223). Sum of RGB (Red+Green+Blue) = 252+157+223=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DDF is #036220. Grayscale: #C0C0C0. Windows color (decimal): -221729 or 14654972. OLE color: 14654972.

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

Color convert

RGB 252 157 223 -
CMYK 0 0.38 0.12 0.01
HSL 318.32º 0.94% 0.8% -
HSV(B) 318.32º 0.38% 0.99% -
XYZ 65.52 50.14 76.04 -
YUV 192.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 252 157 223 0 0.38 0.12 0.01 318.32 0.94 0.8
Hex FC 9D DF 0 26 C 1 13E 5E 50
Octal 374 235 337 0 46 14 1 476 136 120
Binary 11111100 10011101 11011111 0 100110 1100 1 100111110 1011110 1010000

Color Harmonies of #FC9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DDF

Black with #FC9DDF

Text Example


Text Example

White with #FC9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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