Html Css Color HEX #FEDCD6 Pippin

📋 copy color: '#FEDCD6'

red 254 ◦ green 220 ◦ blue 214

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

Shades of Pippin #FEDCD6

Tints of Pippin #FEDCD6

RGB

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

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

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

R = 36.92%
G = 31.98%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FEDCD6 (or 0xFEDCD6) is known color: Pippin. HEX triplet: FE, DC and D6. RGB value is (254,220,214). Sum of RGB (Red+Green+Blue) = 254+220+214=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD6 is #012329. Grayscale: #E5E5E5. Windows color (decimal): -74538 or 14081278. OLE color: 14081278.

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

Color convert

RGB 254 220 214 -
CMYK 0 0.13 0.16 0.00
HSL 0.95% 0.92% -
HSV(B) 0.16% 1% -
XYZ 78.6 77.11 74.36 -
YUV 229.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 254 220 214 0 0.13 0.16 0.00 9 0.95 0.92
Hex FE DC D6 0 D 10 0 9 5F 5C
Octal 376 334 326 0 15 20 0 11 137 134
Binary 11111110 11011100 11010110 0 1101 10000 0 1001 1011111 1011100

Color Harmonies of #FEDCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCD6

Black with #FEDCD6

Text Example


Text Example

White with #FEDCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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