Html Css Color HEX #FEDCD2 Pippin

📋 copy color: '#FEDCD2'

red 254 ◦ green 220 ◦ blue 210

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

Shades of Pippin #FEDCD2

Tints of Pippin #FEDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.7%

R = 37.13%
G = 32.16%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEDCD2 (or 0xFEDCD2) is known color: Pippin. HEX triplet: FE, DC and D2. RGB value is (254,220,210). Sum of RGB (Red+Green+Blue) = 254+220+210=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD2 is #01232D. Grayscale: #E5E5E5. Windows color (decimal): -74542 or 13819134. OLE color: 13819134.

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

Color convert

RGB 254 220 210 -
CMYK 0 0.13 0.17 0.00
HSL 13.64º 0.96% 0.91% -
HSV(B) 13.64º 0.17% 1% -
XYZ 78.1 76.91 71.7 -
YUV 229.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 254 220 210 0 0.13 0.17 0.00 13.64 0.96 0.91
Hex FE DC D2 0 D 11 0 E 60 5B
Octal 376 334 322 0 15 21 0 16 140 133
Binary 11111110 11011100 11010010 0 1101 10001 0 1110 1100000 1011011

Color Harmonies of #FEDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCD2

Black with #FEDCD2

Text Example


Text Example

White with #FEDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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