Html Css Color HEX #F7D2DE Pig Pink

📋 copy color: '#F7D2DE'

red 247 ◦ green 210 ◦ blue 222

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

Shades of Pig Pink #F7D2DE

Tints of Pig Pink #F7D2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.93%

 BLUE value IS 222 (87.11% from 255) = 32.7%

R = 36.38%
G = 30.93%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7D2DE (or 0xF7D2DE) is known color: Pig Pink. HEX triplet: F7, D2 and DE. RGB value is (247,210,222). Sum of RGB (Red+Green+Blue) = 247+210+222=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 210 (82.42% from 255 or 30.93% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D2DE is #082D21. Grayscale: #DEDEDE. Windows color (decimal): -535842 or 14602999. OLE color: 14602999.

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

Color convert

RGB 247 210 222 -
CMYK 0 0.15 0.10 0.03
HSL 340.54º 0.7% 0.9% -
HSV(B) 340.54º 0.15% 0.97% -
XYZ 74.59 71.14 78.91 -
YUV 222.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 247 210 222 0 0.15 0.10 0.03 340.54 0.7 0.9
Hex F7 D2 DE 0 F A 3 155 46 5A
Octal 367 322 336 0 17 12 3 525 106 132
Binary 11110111 11010010 11011110 0 1111 1010 11 101010101 1000110 1011010

Color Harmonies of #F7D2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D2DE

Black with #F7D2DE

Text Example


Text Example

White with #F7D2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D2DE; }

 p { color: rgb(247,210,222); }

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

background-color css

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

 a { background-color: rgb(247,210,222); }

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

border-color css

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

 span { border-color: rgb(247,210,222); }

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