Html Css Color HEX #FDDED7 Pippin

📋 copy color: '#FDDED7'

red 253 ◦ green 222 ◦ blue 215

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

Shades of Pippin #FDDED7

Tints of Pippin #FDDED7

RGB

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

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

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

R = 36.67%
G = 32.17%
B = 31.16%

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

#FDDED7 (or 0xFDDED7) is known color: Pippin. HEX triplet: FD, DE and D7. RGB value is (253,222,215). Sum of RGB (Red+Green+Blue) = 253+222+215=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED7 is #022128. Grayscale: #E6E6E6. Windows color (decimal): -139561 or 14147325. OLE color: 14147325.

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

Color convert

RGB 253 222 215 -
CMYK 0 0.12 0.15 0.01
HSL 11.05º 0.9% 0.92% -
HSV(B) 11.05º 0.15% 0.99% -
XYZ 78.9 78.03 75.19 -
YUV 230.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 253 222 215 0 0.12 0.15 0.01 11.05 0.9 0.92
Hex FD DE D7 0 C F 1 B 5A 5C
Octal 375 336 327 0 14 17 1 13 132 134
Binary 11111101 11011110 11010111 0 1100 1111 1 1011 1011010 1011100

Color Harmonies of #FDDED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDED7

Black with #FDDED7

Text Example


Text Example

White with #FDDED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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