Html Css Color HEX #FFDED6 Pippin

📋 copy color: '#FFDED6'

red 255 ◦ green 222 ◦ blue 214

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

Shades of Pippin #FFDED6

Tints of Pippin #FFDED6

RGB

 RED value IS 255 (100% from 255) = 36.9%

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

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

R = 36.9%
G = 32.13%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFDED6 (or 0xFFDED6) is known color: Pippin. HEX triplet: FF, DE and D6. RGB value is (255,222,214). Sum of RGB (Red+Green+Blue) = 255+222+214=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 214 (83.98% from 255 or 30.97% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED6 is #002129. Grayscale: #E7E7E7. Windows color (decimal): -8490 or 14081791. OLE color: 14081791.

HSL color Cylindrical-coordinate representation of color #FFDED6: hue angle of 11.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFDED6 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 214 -
CMYK 0 0.13 0.16 0
HSL 11.71º 1% 0.92% -
HSV(B) 11.71º 0.16% 1% -
XYZ 79.5 78.36 74.55 -
YUV 230.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 255 222 214 0 0.13 0.16 0 11.71 1 0.92
Hex FF DE D6 0 D 10 0 C 64 5C
Octal 377 336 326 0 15 20 0 14 144 134
Binary 11111111 11011110 11010110 0 1101 10000 0 1100 1100100 1011100

Color Harmonies of #FFDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDED6

Black with #FFDED6

Text Example


Text Example

White with #FFDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDED6; }

 p { color: rgb(255,222,214); }

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

background-color css

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

 a { background-color: rgb(255,222,214); }

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

border-color css

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

 span { border-color: rgb(255,222,214); }

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