Html Css Color HEX #F1D6DF Pig Pink

📋 copy color: '#F1D6DF'

red 241 ◦ green 214 ◦ blue 223

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

Shades of Pig Pink #F1D6DF

Tints of Pig Pink #F1D6DF

RGB

 RED value IS 241 (94.53% from 255) = 35.55%

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

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

R = 35.55%
G = 31.56%
B = 32.89%

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

#F1D6DF (or 0xF1D6DF) is known color: Pig Pink. HEX triplet: F1, D6 and DF. RGB value is (241,214,223). Sum of RGB (Red+Green+Blue) = 241+214+223=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6DF is #0E2920. Grayscale: #DFDFDF. Windows color (decimal): -928033 or 14669553. OLE color: 14669553.

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

Color convert

RGB 241 214 223 -
CMYK 0 0.11 0.07 0.05
HSL 340º 0.49% 0.89% -
HSV(B) 340º 0.11% 0.95% -
XYZ 73.64 72.12 79.85 -
YUV 223.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 241 214 223 0 0.11 0.07 0.05 340 0.49 0.89
Hex F1 D6 DF 0 B 7 5 154 31 59
Octal 361 326 337 0 13 7 5 524 61 131
Binary 11110001 11010110 11011111 0 1011 111 101 101010100 110001 1011001

Color Harmonies of #F1D6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6DF

Black with #F1D6DF

Text Example


Text Example

White with #F1D6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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