Html Css Color HEX #FFE1D6 Pippin

📋 copy color: '#FFE1D6'

red 255 ◦ green 225 ◦ blue 214

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

Shades of Pippin #FFE1D6

Tints of Pippin #FFE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.42%

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

R = 36.74%
G = 32.42%
B = 30.84%

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

#FFE1D6 (or 0xFFE1D6) is known color: Pippin. HEX triplet: FF, E1 and D6. RGB value is (255,225,214). Sum of RGB (Red+Green+Blue) = 255+225+214=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 214 (83.98% from 255 or 30.84% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1D6 is #001E29. Grayscale: #E8E8E8. Windows color (decimal): -7722 or 14082559. OLE color: 14082559.

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

Color convert

RGB 255 225 214 -
CMYK 0 0.12 0.16 0
HSL 16.1º 1% 0.92% -
HSV(B) 16.1º 0.16% 1% -
XYZ 80.3 79.97 74.82 -
YUV 232.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 255 225 214 0 0.12 0.16 0 16.1 1 0.92
Hex FF E1 D6 0 C 10 0 10 64 5C
Octal 377 341 326 0 14 20 0 20 144 134
Binary 11111111 11100001 11010110 0 1100 10000 0 10000 1100100 1011100

Color Harmonies of #FFE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE1D6

Black with #FFE1D6

Text Example


Text Example

White with #FFE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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