Html Css Color HEX #FDDCD6 Pippin

📋 copy color: '#FDDCD6'

red 253 ◦ green 220 ◦ blue 214

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

Shades of Pippin #FDDCD6

Tints of Pippin #FDDCD6

RGB

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

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

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

R = 36.83%
G = 32.02%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FDDCD6 (or 0xFDDCD6) is known color: Pippin. HEX triplet: FD, DC and D6. RGB value is (253,220,214). Sum of RGB (Red+Green+Blue) = 253+220+214=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD6 is #022329. Grayscale: #E5E5E5. Windows color (decimal): -140074 or 14081277. OLE color: 14081277.

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

Color convert

RGB 253 220 214 -
CMYK 0 0.13 0.15 0.01
HSL 9.23º 0.91% 0.92% -
HSV(B) 9.23º 0.15% 0.99% -
XYZ 78.24 76.92 74.34 -
YUV 229.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 253 220 214 0 0.13 0.15 0.01 9.23 0.91 0.92
Hex FD DC D6 0 D F 1 9 5B 5C
Octal 375 334 326 0 15 17 1 11 133 134
Binary 11111101 11011100 11010110 0 1101 1111 1 1001 1011011 1011100

Color Harmonies of #FDDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCD6

Black with #FDDCD6

Text Example


Text Example

White with #FDDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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