Html Css Color HEX #F7D6EC Pig Pink

📋 copy color: '#F7D6EC'

red 247 ◦ green 214 ◦ blue 236

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

Shades of Pig Pink #F7D6EC

Tints of Pig Pink #F7D6EC

RGB

 RED value IS 247 (96.88% from 255) = 35.44%

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

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

R = 35.44%
G = 30.7%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7D6EC (or 0xF7D6EC) is known color: Pig Pink. HEX triplet: F7, D6 and EC. RGB value is (247,214,236). Sum of RGB (Red+Green+Blue) = 247+214+236=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7D6EC is #082913. Grayscale: #E2E2E2. Windows color (decimal): -534804 or 15521527. OLE color: 15521527.

HSL color Cylindrical-coordinate representation of color #F7D6EC: hue angle of 320º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7D6EC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 214 236 -
CMYK 0 0.13 0.04 0.03
HSL 320º 0.67% 0.9% -
HSV(B) 320º 0.13% 0.97% -
XYZ 77.54 73.92 89.54 -
YUV 226.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 247 214 236 0 0.13 0.04 0.03 320 0.67 0.9
Hex F7 D6 EC 0 D 4 3 140 43 5A
Octal 367 326 354 0 15 4 3 500 103 132
Binary 11110111 11010110 11101100 0 1101 100 11 101000000 1000011 1011010

Color Harmonies of #F7D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D6EC

Black with #F7D6EC

Text Example


Text Example

White with #F7D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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