Html Css Color HEX #FEDCD4 Pippin

📋 copy color: '#FEDCD4'

red 254 ◦ green 220 ◦ blue 212

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

Shades of Pippin #FEDCD4

Tints of Pippin #FEDCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.9%

R = 37.03%
G = 32.07%
B = 30.9%

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

#FEDCD4 (or 0xFEDCD4) is known color: Pippin. HEX triplet: FE, DC and D4. RGB value is (254,220,212). Sum of RGB (Red+Green+Blue) = 254+220+212=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 212 (83.20% from 255 or 30.90% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCD4 is #01232B. Grayscale: #E5E5E5. Windows color (decimal): -74540 or 13950206. OLE color: 13950206.

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

Color convert

RGB 254 220 212 -
CMYK 0 0.13 0.17 0.00
HSL 11.43º 0.95% 0.91% -
HSV(B) 11.43º 0.17% 1% -
XYZ 78.35 77.01 73.02 -
YUV 229.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 254 220 212 0 0.13 0.17 0.00 11.43 0.95 0.91
Hex FE DC D4 0 D 11 0 B 5F 5B
Octal 376 334 324 0 15 21 0 13 137 133
Binary 11111110 11011100 11010100 0 1101 10001 0 1011 1011111 1011011

Color Harmonies of #FEDCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCD4

Black with #FEDCD4

Text Example


Text Example

White with #FEDCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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