Html Css Color HEX #FDDFD7 Pippin

📋 copy color: '#FDDFD7'

red 253 ◦ green 223 ◦ blue 215

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

Shades of Pippin #FDDFD7

Tints of Pippin #FDDFD7

RGB

 RED value IS 253 (99.22% from 255) = 36.61%

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

 BLUE value IS 215 (84.38% from 255) = 31.11%

R = 36.61%
G = 32.27%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDDFD7 (or 0xFDDFD7) is known color: Pippin. HEX triplet: FD, DF and D7. RGB value is (253,223,215). Sum of RGB (Red+Green+Blue) = 253+223+215=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD7 is #022028. Grayscale: #E7E7E7. Windows color (decimal): -139305 or 14147581. OLE color: 14147581.

HSL color Cylindrical-coordinate representation of color #FDDFD7: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDDFD7 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 215 -
CMYK 0 0.12 0.15 0.01
HSL 12.63º 0.9% 0.92% -
HSV(B) 12.63º 0.15% 0.99% -
XYZ 79.16 78.56 75.28 -
YUV 231.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 253 223 215 0 0.12 0.15 0.01 12.63 0.9 0.92
Hex FD DF D7 0 C F 1 D 5A 5C
Octal 375 337 327 0 14 17 1 15 132 134
Binary 11111101 11011111 11010111 0 1100 1111 1 1101 1011010 1011100

Color Harmonies of #FDDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFD7

Black with #FDDFD7

Text Example


Text Example

White with #FDDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFD7; }

 p { color: rgb(253,223,215); }

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

background-color css

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

 a { background-color: rgb(253,223,215); }

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

border-color css

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

 span { border-color: rgb(253,223,215); }

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