Html Css Color HEX #FDDED4 Pippin

📋 copy color: '#FDDED4'

red 253 ◦ green 222 ◦ blue 212

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

Shades of Pippin #FDDED4

Tints of Pippin #FDDED4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.31%

 BLUE value IS 212 (83.2% from 255) = 30.86%

R = 36.83%
G = 32.31%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FDDED4 (or 0xFDDED4) is known color: Pippin. HEX triplet: FD, DE and D4. RGB value is (253,222,212). Sum of RGB (Red+Green+Blue) = 253+222+212=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED4 is #02212B. Grayscale: #E6E6E6. Windows color (decimal): -139564 or 13950717. OLE color: 13950717.

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

Color convert

RGB 253 222 212 -
CMYK 0 0.12 0.16 0.01
HSL 14.63º 0.91% 0.91% -
HSV(B) 14.63º 0.16% 0.99% -
XYZ 78.51 77.88 73.18 -
YUV 230.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 253 222 212 0 0.12 0.16 0.01 14.63 0.91 0.91
Hex FD DE D4 0 C 10 1 F 5B 5B
Octal 375 336 324 0 14 20 1 17 133 133
Binary 11111101 11011110 11010100 0 1100 10000 1 1111 1011011 1011011

Color Harmonies of #FDDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDED4

Black with #FDDED4

Text Example


Text Example

White with #FDDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDED4; }

 p { color: rgb(253,222,212); }

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

background-color css

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

 a { background-color: rgb(253,222,212); }

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

border-color css

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

 span { border-color: rgb(253,222,212); }

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