Html Css Color HEX #FFE0D0 Pippin

📋 copy color: '#FFE0D0'

red 255 ◦ green 224 ◦ blue 208

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

Shades of Pippin #FFE0D0

Tints of Pippin #FFE0D0

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.61%

 BLUE value IS 208 (81.64% from 255) = 30.28%

R = 37.12%
G = 32.61%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFE0D0 (or 0xFFE0D0) is known color: Pippin. HEX triplet: FF, E0 and D0. RGB value is (255,224,208). Sum of RGB (Red+Green+Blue) = 255+224+208=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 224 (87.89% from 255 or 32.61% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D0 is #001F2F. Grayscale: #E7E7E7. Windows color (decimal): -7984 or 13689087. OLE color: 13689087.

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

Color convert

RGB 255 224 208 -
CMYK 0 0.12 0.18 0
HSL 20.43º 1% 0.91% -
HSV(B) 20.43º 0.18% 1% -
XYZ 79.28 79.13 70.77 -
YUV 231.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 255 224 208 0 0.12 0.18 0 20.43 1 0.91
Hex FF E0 D0 0 C 12 0 14 64 5B
Octal 377 340 320 0 14 22 0 24 144 133
Binary 11111111 11100000 11010000 0 1100 10010 0 10100 1100100 1011011

Color Harmonies of #FFE0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0D0

Black with #FFE0D0

Text Example


Text Example

White with #FFE0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0D0; }

 p { color: rgb(255,224,208); }

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

background-color css

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

 a { background-color: rgb(255,224,208); }

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

border-color css

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

 span { border-color: rgb(255,224,208); }

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