Html Css Color HEX #FFDFD0 Pippin

📋 copy color: '#FFDFD0'

red 255 ◦ green 223 ◦ blue 208

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

Shades of Pippin #FFDFD0

Tints of Pippin #FFDFD0

RGB

 RED value IS 255 (100% from 255) = 37.17%

 GREEN value IS 223 (87.5% from 255) = 32.51%

 BLUE value IS 208 (81.64% from 255) = 30.32%

R = 37.17%
G = 32.51%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFDFD0 (or 0xFFDFD0) is known color: Pippin. HEX triplet: FF, DF and D0. RGB value is (255,223,208). Sum of RGB (Red+Green+Blue) = 255+223+208=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 208 (81.64% from 255 or 30.32% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD0 is #00202F. Grayscale: #E6E6E6. Windows color (decimal): -8240 or 13688831. OLE color: 13688831.

HSL color Cylindrical-coordinate representation of color #FFDFD0: hue angle of 19.15º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFDFD0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 223 208 -
CMYK 0 0.13 0.18 0
HSL 19.15º 1% 0.91% -
HSV(B) 19.15º 0.18% 1% -
XYZ 79.01 78.59 70.68 -
YUV 230.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 255 223 208 0 0.13 0.18 0 19.15 1 0.91
Hex FF DF D0 0 D 12 0 13 64 5B
Octal 377 337 320 0 15 22 0 23 144 133
Binary 11111111 11011111 11010000 0 1101 10010 0 10011 1100100 1011011

Color Harmonies of #FFDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFD0

Black with #FFDFD0

Text Example


Text Example

White with #FFDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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