Html Css Color HEX #F2D6DF Pig Pink

📋 copy color: '#F2D6DF'

red 242 ◦ green 214 ◦ blue 223

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

Shades of Pig Pink #F2D6DF

Tints of Pig Pink #F2D6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.84%

R = 35.64%
G = 31.52%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2D6DF (or 0xF2D6DF) is known color: Pig Pink. HEX triplet: F2, D6 and DF. RGB value is (242,214,223). Sum of RGB (Red+Green+Blue) = 242+214+223=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6DF is #0D2920. Grayscale: #DFDFDF. Windows color (decimal): -862497 or 14669554. OLE color: 14669554.

HSL color Cylindrical-coordinate representation of color #F2D6DF: hue angle of 340.71º 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 #F2D6DF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 223 -
CMYK 0 0.12 0.08 0.05
HSL 340.71º 0.52% 0.89% -
HSV(B) 340.71º 0.12% 0.95% -
XYZ 73.98 72.3 79.87 -
YUV 223.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 242 214 223 0 0.12 0.08 0.05 340.71 0.52 0.89
Hex F2 D6 DF 0 C 8 5 155 34 59
Octal 362 326 337 0 14 10 5 525 64 131
Binary 11110010 11010110 11011111 0 1100 1000 101 101010101 110100 1011001

Color Harmonies of #F2D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D6DF

Black with #F2D6DF

Text Example


Text Example

White with #F2D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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