Html Css Color HEX #F8D4DF Pig Pink

📋 copy color: '#F8D4DF'

red 248 ◦ green 212 ◦ blue 223

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

Shades of Pig Pink #F8D4DF

Tints of Pig Pink #F8D4DF

RGB

 RED value IS 248 (97.27% from 255) = 36.31%

 GREEN value IS 212 (83.2% from 255) = 31.04%

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

R = 36.31%
G = 31.04%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8D4DF (or 0xF8D4DF) is known color: Pig Pink. HEX triplet: F8, D4 and DF. RGB value is (248,212,223). Sum of RGB (Red+Green+Blue) = 248+212+223=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 212 (83.20% from 255 or 31.04% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D4DF is #072B20. Grayscale: #E0E0E0. Windows color (decimal): -469793 or 14669048. OLE color: 14669048.

HSL color Cylindrical-coordinate representation of color #F8D4DF: hue angle of 341.67º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4DF is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 212 223 -
CMYK 0 0.15 0.10 0.03
HSL 341.67º 0.72% 0.9% -
HSV(B) 341.67º 0.15% 0.97% -
XYZ 75.57 72.37 79.8 -
YUV 224.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 248 212 223 0 0.15 0.10 0.03 341.67 0.72 0.9
Hex F8 D4 DF 0 F A 3 156 48 5A
Octal 370 324 337 0 17 12 3 526 110 132
Binary 11111000 11010100 11011111 0 1111 1010 11 101010110 1001000 1011010

Color Harmonies of #F8D4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D4DF

Black with #F8D4DF

Text Example


Text Example

White with #F8D4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D4DF; }

 p { color: rgb(248,212,223); }

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

background-color css

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

 a { background-color: rgb(248,212,223); }

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

border-color css

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

 span { border-color: rgb(248,212,223); }

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