Html Css Color HEX #FC9DD4 Lavender Pink

📋 copy color: '#FC9DD4'

red 252 ◦ green 157 ◦ blue 212

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

Shades of Lavender Pink #FC9DD4

Tints of Lavender Pink #FC9DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 40.58%
G = 25.28%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC9DD4 (or 0xFC9DD4) is known color: Lavender Pink. HEX triplet: FC, 9D and D4. RGB value is (252,157,212). Sum of RGB (Red+Green+Blue) = 252+157+212=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DD4 is #03622B. Grayscale: #BFBFBF. Windows color (decimal): -221740 or 13934076. OLE color: 13934076.

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

Color convert

RGB 252 157 212 -
CMYK 0 0.38 0.16 0.01
HSL 325.26º 0.94% 0.8% -
HSV(B) 325.26º 0.38% 0.99% -
XYZ 64.09 49.56 68.48 -
YUV 191.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 252 157 212 0 0.38 0.16 0.01 325.26 0.94 0.8
Hex FC 9D D4 0 26 10 1 145 5E 50
Octal 374 235 324 0 46 20 1 505 136 120
Binary 11111100 10011101 11010100 0 100110 10000 1 101000101 1011110 1010000

Color Harmonies of #FC9DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9DD4

Black with #FC9DD4

Text Example


Text Example

White with #FC9DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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