Html Css Color HEX #F2D6E2 Pig Pink

📋 copy color: '#F2D6E2'

red 242 ◦ green 214 ◦ blue 226

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

Shades of Pig Pink #F2D6E2

Tints of Pig Pink #F2D6E2

RGB

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

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

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

R = 35.48%
G = 31.38%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2D6E2 (or 0xF2D6E2) is known color: Pig Pink. HEX triplet: F2, D6 and E2. RGB value is (242,214,226). Sum of RGB (Red+Green+Blue) = 242+214+226=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6E2 is #0D291D. Grayscale: #DFDFDF. Windows color (decimal): -862494 or 14866162. OLE color: 14866162.

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

Color convert

RGB 242 214 226 -
CMYK 0 0.12 0.07 0.05
HSL 334.29º 0.52% 0.89% -
HSV(B) 334.29º 0.12% 0.95% -
XYZ 74.39 72.46 82.02 -
YUV 223.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 242 214 226 0 0.12 0.07 0.05 334.29 0.52 0.89
Hex F2 D6 E2 0 C 7 5 14E 34 59
Octal 362 326 342 0 14 7 5 516 64 131
Binary 11110010 11010110 11100010 0 1100 111 101 101001110 110100 1011001

Color Harmonies of #F2D6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6E2

Black with #F2D6E2

Text Example


Text Example

White with #F2D6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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