Html Css Color HEX #FED9D0 Pippin

📋 copy color: '#FED9D0'

red 254 ◦ green 217 ◦ blue 208

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

Shades of Pippin #FED9D0

Tints of Pippin #FED9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.96%

 BLUE value IS 208 (81.64% from 255) = 30.63%

R = 37.41%
G = 31.96%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FED9D0 (or 0xFED9D0) is known color: Pippin. HEX triplet: FE, D9 and D0. RGB value is (254,217,208). Sum of RGB (Red+Green+Blue) = 254+217+208=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED9D0 is #01262F. Grayscale: #E3E3E3. Windows color (decimal): -75312 or 13687294. OLE color: 13687294.

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

Color convert

RGB 254 217 208 -
CMYK 0 0.15 0.18 0.00
HSL 11.74º 0.96% 0.91% -
HSV(B) 11.74º 0.18% 1% -
XYZ 77.07 75.25 70.14 -
YUV 227.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 254 217 208 0 0.15 0.18 0.00 11.74 0.96 0.91
Hex FE D9 D0 0 F 12 0 C 60 5B
Octal 376 331 320 0 17 22 0 14 140 133
Binary 11111110 11011001 11010000 0 1111 10010 0 1100 1100000 1011011

Color Harmonies of #FED9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9D0

Black with #FED9D0

Text Example


Text Example

White with #FED9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9D0; }

 p { color: rgb(254,217,208); }

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

background-color css

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

 a { background-color: rgb(254,217,208); }

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

border-color css

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

 span { border-color: rgb(254,217,208); }

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