Html Css Color HEX #F8DCD3 Pippin

📋 copy color: '#F8DCD3'

red 248 ◦ green 220 ◦ blue 211

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

Shades of Pippin #F8DCD3

Tints of Pippin #F8DCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.4%

 BLUE value IS 211 (82.81% from 255) = 31.08%

R = 36.52%
G = 32.4%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F8DCD3 (or 0xF8DCD3) is known color: Pippin. HEX triplet: F8, DC and D3. RGB value is (248,220,211). Sum of RGB (Red+Green+Blue) = 248+220+211=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCD3 is #07232C. Grayscale: #E3E3E3. Windows color (decimal): -467757 or 13884664. OLE color: 13884664.

HSL color Cylindrical-coordinate representation of color #F8DCD3: hue angle of 14.59º degrees, saturation: 0.73, 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 #F8DCD3 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 211 -
CMYK 0 0.11 0.15 0.03
HSL 14.59º 0.73% 0.9% -
HSV(B) 14.59º 0.15% 0.97% -
XYZ 76.06 75.85 72.26 -
YUV 227.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 248 220 211 0 0.11 0.15 0.03 14.59 0.73 0.9
Hex F8 DC D3 0 B F 3 F 49 5A
Octal 370 334 323 0 13 17 3 17 111 132
Binary 11111000 11011100 11010011 0 1011 1111 11 1111 1001001 1011010

Color Harmonies of #F8DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCD3

Black with #F8DCD3

Text Example


Text Example

White with #F8DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCD3; }

 p { color: rgb(248,220,211); }

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

background-color css

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

 a { background-color: rgb(248,220,211); }

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

border-color css

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

 span { border-color: rgb(248,220,211); }

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