#FEDFD1

Color #FEDFD1 Pippin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pippin #FEDFD1

Tints of Pippin #FEDFD1

Color information

#FEDFD1 (or 0xFEDFD1) is unknown color: approx Pippin. HEX triplet: FE, DF and D1. RGB value is (254,223,209). Sum of RGB (Red+Green+Blue) = 254+223+209=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 209 (82.03% from 255 or 30.47% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD1 is #01202E. Grayscale: #E6E6E6. Windows color (decimal): -73775 or 13754366. OLE color: 13754366.

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

Color convert

RGB254223209-
CMYK00.120.180.00
HSL18.67º95.74%90.78%-
HSV(B)18.67º17.72%99.61%-
XYZ78.7778.4571.31-
YUV230.67115.77144.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.03%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 209 (82.03% from 255) = 30.47%
R=37.03%
G=32.51%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422320900.120.180.0018.6795.7490.78
HexFEDFD10C12013605b
Octal37633732101422023140133
Binary111111101101111111010001011001001001001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDFD1; }

 p { color: rgb(254,223,209); }

 H1.HeaderClassName
 {
   color: #FEDFD1;
 }
 .AnyTagClassName
 {
   color: #FEDFD1;
 }
</style>
background-color css

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

 a { background-color: rgb(254,223,209); }

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

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

 span { border-color: rgb(254,223,209); }

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