Html Css Color HEX #FDDFD6 Pippin

📋 copy color: '#FDDFD6'

red 253 ◦ green 223 ◦ blue 214

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

Shades of Pippin #FDDFD6

Tints of Pippin #FDDFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.01%

R = 36.67%
G = 32.32%
B = 31.01%

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

#FDDFD6 (or 0xFDDFD6) is known color: Pippin. HEX triplet: FD, DF and D6. RGB value is (253,223,214). Sum of RGB (Red+Green+Blue) = 253+223+214=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD6 is #022029. Grayscale: #E7E7E7. Windows color (decimal): -139306 or 14082045. OLE color: 14082045.

HSL color Cylindrical-coordinate representation of color #FDDFD6: hue angle of 13.85º degrees, saturation: 0.91, 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 #FDDFD6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 214 -
CMYK 0 0.12 0.15 0.01
HSL 13.85º 0.91% 0.92% -
HSV(B) 13.85º 0.15% 0.99% -
XYZ 79.03 78.51 74.61 -
YUV 230.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 253 223 214 0 0.12 0.15 0.01 13.85 0.91 0.92
Hex FD DF D6 0 C F 1 E 5B 5C
Octal 375 337 326 0 14 17 1 16 133 134
Binary 11111101 11011111 11010110 0 1100 1111 1 1110 1011011 1011100

Color Harmonies of #FDDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFD6

Black with #FDDFD6

Text Example


Text Example

White with #FDDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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