Html Css Color HEX #FFE0D6 Pippin

📋 copy color: '#FFE0D6'

red 255 ◦ green 224 ◦ blue 214

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

Shades of Pippin #FFE0D6

Tints of Pippin #FFE0D6

RGB

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

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

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

R = 36.8%
G = 32.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFE0D6 (or 0xFFE0D6) is known color: Pippin. HEX triplet: FF, E0 and D6. RGB value is (255,224,214). Sum of RGB (Red+Green+Blue) = 255+224+214=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 214 (83.98% from 255 or 30.88% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0D6 is #001F29. Grayscale: #E8E8E8. Windows color (decimal): -7978 or 14082303. OLE color: 14082303.

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

Color convert

RGB 255 224 214 -
CMYK 0 0.12 0.16 0
HSL 14.63º 1% 0.92% -
HSV(B) 14.63º 0.16% 1% -
XYZ 80.03 79.43 74.73 -
YUV 232.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 255 224 214 0 0.12 0.16 0 14.63 1 0.92
Hex FF E0 D6 0 C 10 0 F 64 5C
Octal 377 340 326 0 14 20 0 17 144 134
Binary 11111111 11100000 11010110 0 1100 10000 0 1111 1100100 1011100

Color Harmonies of #FFE0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0D6

Black with #FFE0D6

Text Example


Text Example

White with #FFE0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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