Html Css Color HEX #F8D0DF Pig Pink

📋 copy color: '#F8D0DF'

red 248 ◦ green 208 ◦ blue 223

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

Shades of Pig Pink #F8D0DF

Tints of Pig Pink #F8D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.63%

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

R = 36.52%
G = 30.63%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F8D0DF (or 0xF8D0DF) is known color: Pig Pink. HEX triplet: F8, D0 and DF. RGB value is (248,208,223). Sum of RGB (Red+Green+Blue) = 248+208+223=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0DF is #072F20. Grayscale: #DDDDDD. Windows color (decimal): -470817 or 14668024. OLE color: 14668024.

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

Color convert

RGB 248 208 223 -
CMYK 0 0.16 0.10 0.03
HSL 337.5º 0.74% 0.89% -
HSV(B) 337.5º 0.16% 0.97% -
XYZ 74.59 70.4 79.47 -
YUV 221.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 248 208 223 0 0.16 0.10 0.03 337.5 0.74 0.89
Hex F8 D0 DF 0 10 A 3 152 4A 59
Octal 370 320 337 0 20 12 3 522 112 131
Binary 11111000 11010000 11011111 0 10000 1010 11 101010010 1001010 1011001

Color Harmonies of #F8D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D0DF

Black with #F8D0DF

Text Example


Text Example

White with #F8D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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