Html Css Color HEX #F1D5DF Pig Pink

📋 copy color: '#F1D5DF'

red 241 ◦ green 213 ◦ blue 223

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

Shades of Pig Pink #F1D5DF

Tints of Pig Pink #F1D5DF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.46%

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

R = 35.6%
G = 31.46%
B = 32.94%

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

#F1D5DF (or 0xF1D5DF) is known color: Pig Pink. HEX triplet: F1, D5 and DF. RGB value is (241,213,223). Sum of RGB (Red+Green+Blue) = 241+213+223=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 213 (83.59% from 255 or 31.46% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D5DF is #0E2A20. Grayscale: #DEDEDE. Windows color (decimal): -928289 or 14669297. OLE color: 14669297.

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

Color convert

RGB 241 213 223 -
CMYK 0 0.12 0.07 0.05
HSL 338.57º 0.5% 0.89% -
HSV(B) 338.57º 0.12% 0.95% -
XYZ 73.39 71.62 79.77 -
YUV 222.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 241 213 223 0 0.12 0.07 0.05 338.57 0.5 0.89
Hex F1 D5 DF 0 C 7 5 153 32 59
Octal 361 325 337 0 14 7 5 523 62 131
Binary 11110001 11010101 11011111 0 1100 111 101 101010011 110010 1011001

Color Harmonies of #F1D5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D5DF

Black with #F1D5DF

Text Example


Text Example

White with #F1D5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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