Html Css Color HEX #FFD6EC Pig Pink

📋 copy color: '#FFD6EC'

red 255 ◦ green 214 ◦ blue 236

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

Shades of Pig Pink #FFD6EC

Tints of Pig Pink #FFD6EC

RGB

 RED value IS 255 (100% from 255) = 36.17%

 GREEN value IS 214 (83.98% from 255) = 30.35%

 BLUE value IS 236 (92.58% from 255) = 33.48%

R = 36.17%
G = 30.35%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FFD6EC (or 0xFFD6EC) is known color: Pig Pink. HEX triplet: FF, D6 and EC. RGB value is (255,214,236). Sum of RGB (Red+Green+Blue) = 255+214+236=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 214 (83.98% from 255 or 30.35% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD6EC is #002913. Grayscale: #E4E4E4. Windows color (decimal): -10516 or 15521535. OLE color: 15521535.

HSL color Cylindrical-coordinate representation of color #FFD6EC: hue angle of 327.8º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6EC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 236 -
CMYK 0 0.16 0.07 0
HSL 327.8º 1% 0.92% -
HSV(B) 327.8º 0.16% 1% -
XYZ 80.43 75.41 89.67 -
YUV 228.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 255 214 236 0 0.16 0.07 0 327.8 1 0.92
Hex FF D6 EC 0 10 7 0 148 64 5C
Octal 377 326 354 0 20 7 0 510 144 134
Binary 11111111 11010110 11101100 0 10000 111 0 101001000 1100100 1011100

Color Harmonies of #FFD6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6EC

Black with #FFD6EC

Text Example


Text Example

White with #FFD6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6EC; }

 p { color: rgb(255,214,236); }

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

background-color css

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

 a { background-color: rgb(255,214,236); }

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

border-color css

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

 span { border-color: rgb(255,214,236); }

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