Html Css Color HEX #FEDCD3 Pippin

📋 copy color: '#FEDCD3'

red 254 ◦ green 220 ◦ blue 211

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

Shades of Pippin #FEDCD3

Tints of Pippin #FEDCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.8%

R = 37.08%
G = 32.12%
B = 30.8%

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

#FEDCD3 (or 0xFEDCD3) is known color: Pippin. HEX triplet: FE, DC and D3. RGB value is (254,220,211). Sum of RGB (Red+Green+Blue) = 254+220+211=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD3 is #01232C. Grayscale: #E5E5E5. Windows color (decimal): -74541 or 13884670. OLE color: 13884670.

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

Color convert

RGB 254 220 211 -
CMYK 0 0.13 0.17 0.00
HSL 12.56º 0.96% 0.91% -
HSV(B) 12.56º 0.17% 1% -
XYZ 78.22 76.96 72.36 -
YUV 229.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 254 220 211 0 0.13 0.17 0.00 12.56 0.96 0.91
Hex FE DC D3 0 D 11 0 D 60 5B
Octal 376 334 323 0 15 21 0 15 140 133
Binary 11111110 11011100 11010011 0 1101 10001 0 1101 1100000 1011011

Color Harmonies of #FEDCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCD3

Black with #FEDCD3

Text Example


Text Example

White with #FEDCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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