Html Css Color HEX #FFDFD5 Pippin

📋 copy color: '#FFDFD5'

red 255 ◦ green 223 ◦ blue 213

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

Shades of Pippin #FFDFD5

Tints of Pippin #FFDFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.82%

R = 36.9%
G = 32.27%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFDFD5 (or 0xFFDFD5) is known color: Pippin. HEX triplet: FF, DF and D5. RGB value is (255,223,213). Sum of RGB (Red+Green+Blue) = 255+223+213=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 213 (83.59% from 255 or 30.82% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFD5 is #00202A. Grayscale: #E7E7E7. Windows color (decimal): -8235 or 14016511. OLE color: 14016511.

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

Color convert

RGB 255 223 213 -
CMYK 0 0.13 0.16 0
HSL 14.29º 1% 0.92% -
HSV(B) 14.29º 0.16% 1% -
XYZ 79.64 78.84 73.97 -
YUV 231.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 255 223 213 0 0.13 0.16 0 14.29 1 0.92
Hex FF DF D5 0 D 10 0 E 64 5C
Octal 377 337 325 0 15 20 0 16 144 134
Binary 11111111 11011111 11010101 0 1101 10000 0 1110 1100100 1011100

Color Harmonies of #FFDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDFD5

Black with #FFDFD5

Text Example


Text Example

White with #FFDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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