Html Css Color HEX #FFDED2 Pippin

📋 copy color: '#FFDED2'

red 255 ◦ green 222 ◦ blue 210

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

Shades of Pippin #FFDED2

Tints of Pippin #FFDED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.57%

R = 37.12%
G = 32.31%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFDED2 (or 0xFFDED2) is known color: Pippin. HEX triplet: FF, DE and D2. RGB value is (255,222,210). Sum of RGB (Red+Green+Blue) = 255+222+210=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 210 (82.42% from 255 or 30.57% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDED2 is #00212D. Grayscale: #E6E6E6. Windows color (decimal): -8494 or 13819647. OLE color: 13819647.

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

Color convert

RGB 255 222 210 -
CMYK 0 0.13 0.18 0
HSL 16º 1% 0.91% -
HSV(B) 16º 0.18% 1% -
XYZ 78.99 78.16 71.89 -
YUV 230.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 255 222 210 0 0.13 0.18 0 16 1 0.91
Hex FF DE D2 0 D 12 0 10 64 5B
Octal 377 336 322 0 15 22 0 20 144 133
Binary 11111111 11011110 11010010 0 1101 10010 0 10000 1100100 1011011

Color Harmonies of #FFDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDED2

Black with #FFDED2

Text Example


Text Example

White with #FFDED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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