Html Css Color HEX #FFDED5 Pippin

📋 copy color: '#FFDED5'

red 255 ◦ green 222 ◦ blue 213

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

Shades of Pippin #FFDED5

Tints of Pippin #FFDED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.87%

R = 36.96%
G = 32.17%
B = 30.87%

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

#FFDED5 (or 0xFFDED5) is known color: Pippin. HEX triplet: FF, DE and D5. RGB value is (255,222,213). Sum of RGB (Red+Green+Blue) = 255+222+213=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED5 is #00212A. Grayscale: #E6E6E6. Windows color (decimal): -8491 or 14016255. OLE color: 14016255.

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

Color convert

RGB 255 222 213 -
CMYK 0 0.13 0.16 0
HSL 12.86º 1% 0.92% -
HSV(B) 12.86º 0.16% 1% -
XYZ 79.37 78.31 73.88 -
YUV 230.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 255 222 213 0 0.13 0.16 0 12.86 1 0.92
Hex FF DE D5 0 D 10 0 D 64 5C
Octal 377 336 325 0 15 20 0 15 144 134
Binary 11111111 11011110 11010101 0 1101 10000 0 1101 1100100 1011100

Color Harmonies of #FFDED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDED5

Black with #FFDED5

Text Example


Text Example

White with #FFDED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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