Html Css Color HEX #FEDCD1 Pippin

📋 copy color: '#FEDCD1'

red 254 ◦ green 220 ◦ blue 209

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

Shades of Pippin #FEDCD1

Tints of Pippin #FEDCD1

RGB

 RED value IS 254 (99.61% from 255) = 37.19%

 GREEN value IS 220 (86.33% from 255) = 32.21%

 BLUE value IS 209 (82.03% from 255) = 30.6%

R = 37.19%
G = 32.21%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEDCD1 (or 0xFEDCD1) is known color: Pippin. HEX triplet: FE, DC and D1. RGB value is (254,220,209). Sum of RGB (Red+Green+Blue) = 254+220+209=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD1 is #01232E. Grayscale: #E4E4E4. Windows color (decimal): -74543 or 13753598. OLE color: 13753598.

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

Color convert

RGB 254 220 209 -
CMYK 0 0.13 0.18 0.00
HSL 14.67º 0.96% 0.91% -
HSV(B) 14.67º 0.18% 1% -
XYZ 77.97 76.86 71.05 -
YUV 228.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 254 220 209 0 0.13 0.18 0.00 14.67 0.96 0.91
Hex FE DC D1 0 D 12 0 F 60 5B
Octal 376 334 321 0 15 22 0 17 140 133
Binary 11111110 11011100 11010001 0 1101 10010 0 1111 1100000 1011011

Color Harmonies of #FEDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCD1

Black with #FEDCD1

Text Example


Text Example

White with #FEDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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