Html Css Color HEX #F2D7E2 Pig Pink

📋 copy color: '#F2D7E2'

red 242 ◦ green 215 ◦ blue 226

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

Shades of Pig Pink #F2D7E2

Tints of Pig Pink #F2D7E2

RGB

 RED value IS 242 (94.92% from 255) = 35.43%

 GREEN value IS 215 (84.38% from 255) = 31.48%

 BLUE value IS 226 (88.67% from 255) = 33.09%

R = 35.43%
G = 31.48%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2D7E2 (or 0xF2D7E2) is known color: Pig Pink. HEX triplet: F2, D7 and E2. RGB value is (242,215,226). Sum of RGB (Red+Green+Blue) = 242+215+226=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7E2 is #0D281D. Grayscale: #E0E0E0. Windows color (decimal): -862238 or 14866418. OLE color: 14866418.

HSL color Cylindrical-coordinate representation of color #F2D7E2: hue angle of 335.56º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2D7E2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 215 226 -
CMYK 0 0.11 0.07 0.05
HSL 335.56º 0.51% 0.9% -
HSV(B) 335.56º 0.11% 0.95% -
XYZ 74.65 72.97 82.1 -
YUV 224.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 242 215 226 0 0.11 0.07 0.05 335.56 0.51 0.9
Hex F2 D7 E2 0 B 7 5 150 33 5A
Octal 362 327 342 0 13 7 5 520 63 132
Binary 11110010 11010111 11100010 0 1011 111 101 101010000 110011 1011010

Color Harmonies of #F2D7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7E2

Black with #F2D7E2

Text Example


Text Example

White with #F2D7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7E2; }

 p { color: rgb(242,215,226); }

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

background-color css

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

 a { background-color: rgb(242,215,226); }

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

border-color css

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

 span { border-color: rgb(242,215,226); }

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