Html Css Color HEX #FC9DD2 Lavender Pink

📋 copy color: '#FC9DD2'

red 252 ◦ green 157 ◦ blue 210

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

Shades of Lavender Pink #FC9DD2

Tints of Lavender Pink #FC9DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.93%

R = 40.71%
G = 25.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC9DD2 (or 0xFC9DD2) is known color: Lavender Pink. HEX triplet: FC, 9D and D2. RGB value is (252,157,210). Sum of RGB (Red+Green+Blue) = 252+157+210=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DD2 is #03622D. Grayscale: #BFBFBF. Windows color (decimal): -221742 or 13803004. OLE color: 13803004.

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

Color convert

RGB 252 157 210 -
CMYK 0 0.38 0.17 0.01
HSL 326.53º 0.94% 0.8% -
HSV(B) 326.53º 0.38% 0.99% -
XYZ 63.83 49.46 67.16 -
YUV 191.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 252 157 210 0 0.38 0.17 0.01 326.53 0.94 0.8
Hex FC 9D D2 0 26 11 1 147 5E 50
Octal 374 235 322 0 46 21 1 507 136 120
Binary 11111100 10011101 11010010 0 100110 10001 1 101000111 1011110 1010000

Color Harmonies of #FC9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DD2

Black with #FC9DD2

Text Example


Text Example

White with #FC9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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