Html Css Color HEX #F2D8E0 Pig Pink

📋 copy color: '#F2D8E0'

red 242 ◦ green 216 ◦ blue 224

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

Shades of Pig Pink #F2D8E0

Tints of Pig Pink #F2D8E0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.67%

 BLUE value IS 224 (87.89% from 255) = 32.84%

R = 35.48%
G = 31.67%
B = 32.84%

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

#F2D8E0 (or 0xF2D8E0) is known color: Pig Pink. HEX triplet: F2, D8 and E0. RGB value is (242,216,224). Sum of RGB (Red+Green+Blue) = 242+216+224=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D8E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D8E0 is #0D271F. Grayscale: #E0E0E0. Windows color (decimal): -861984 or 14735602. OLE color: 14735602.

HSL color Cylindrical-coordinate representation of color #F2D8E0: hue angle of 341.54º degrees, saturation: 0.5, 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 #F2D8E0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 216 224 -
CMYK 0 0.11 0.07 0.05
HSL 341.54º 0.5% 0.9% -
HSV(B) 341.54º 0.11% 0.95% -
XYZ 74.63 73.37 80.75 -
YUV 224.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 242 216 224 0 0.11 0.07 0.05 341.54 0.5 0.9
Hex F2 D8 E0 0 B 7 5 156 32 5A
Octal 362 330 340 0 13 7 5 526 62 132
Binary 11110010 11011000 11100000 0 1011 111 101 101010110 110010 1011010

Color Harmonies of #F2D8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D8E0

Black with #F2D8E0

Text Example


Text Example

White with #F2D8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D8E0; }

 p { color: rgb(242,216,224); }

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

background-color css

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

 a { background-color: rgb(242,216,224); }

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

border-color css

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

 span { border-color: rgb(242,216,224); }

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