Html Css Color HEX #FEDDD0 Pippin

📋 copy color: '#FEDDD0'

red 254 ◦ green 221 ◦ blue 208

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

Shades of Pippin #FEDDD0

Tints of Pippin #FEDDD0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.36%

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

R = 37.19%
G = 32.36%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEDDD0 (or 0xFEDDD0) is known color: Pippin. HEX triplet: FE, DD and D0. RGB value is (254,221,208). Sum of RGB (Red+Green+Blue) = 254+221+208=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD0 is #01222F. Grayscale: #E5E5E5. Windows color (decimal): -74288 or 13688318. OLE color: 13688318.

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

Color convert

RGB 254 221 208 -
CMYK 0 0.13 0.18 0.00
HSL 16.96º 0.96% 0.91% -
HSV(B) 16.96º 0.18% 1% -
XYZ 78.11 77.34 70.49 -
YUV 229.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 254 221 208 0 0.13 0.18 0.00 16.96 0.96 0.91
Hex FE DD D0 0 D 12 0 11 60 5B
Octal 376 335 320 0 15 22 0 21 140 133
Binary 11111110 11011101 11010000 0 1101 10010 0 10001 1100000 1011011

Color Harmonies of #FEDDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDD0

Black with #FEDDD0

Text Example


Text Example

White with #FEDDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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