#FEDCCF

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

Shades of Pippin #FEDCCF

Tints of Pippin #FEDCCF

Color information

#FEDCCF (or 0xFEDCCF) is unknown color: approx Pippin. HEX triplet: FE, DC and CF. RGB value is (254,220,207). Sum of RGB (Red+Green+Blue) = 254+220+207=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 207 (81.25% from 255 or 30.40% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCCF is #012330. Grayscale: #E4E4E4. Windows color (decimal): -74545 or 13622526. OLE color: 13622526.

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

Color convert

RGB254220207-
CMYK00.130.190.00
HSL16.6º95.92%90.39%-
HSV(B)16.6º18.5%99.61%-
XYZ77.7376.7669.75-
YUV228.68115.76146.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 207 (81.25% from 255) = 30.40%
R=37.30%
G=32.31%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422020700.130.190.0016.695.9290.39
HexFEDCCF0D13011605a
Octal37633431701523021140132
Binary111111101101110011001111011011001101000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDCCF; }

 p { color: rgb(254,220,207); }

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

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

 a { background-color: rgb(254,220,207); }

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

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

 span { border-color: rgb(254,220,207); }

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