Html Css Color HEX #FEDFD0 Pippin

📋 copy color: '#FEDFD0'

red 254 ◦ green 223 ◦ blue 208

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

Shades of Pippin #FEDFD0

Tints of Pippin #FEDFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.55%

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

R = 37.08%
G = 32.55%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEDFD0 (or 0xFEDFD0) is known color: Pippin. HEX triplet: FE, DF and D0. RGB value is (254,223,208). Sum of RGB (Red+Green+Blue) = 254+223+208=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFD0 is #01202F. Grayscale: #E6E6E6. Windows color (decimal): -73776 or 13688830. OLE color: 13688830.

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

Color convert

RGB 254 223 208 -
CMYK 0 0.12 0.18 0.00
HSL 19.57º 0.96% 0.91% -
HSV(B) 19.57º 0.18% 1% -
XYZ 78.65 78.4 70.66 -
YUV 230.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 254 223 208 0 0.12 0.18 0.00 19.57 0.96 0.91
Hex FE DF D0 0 C 12 0 14 60 5B
Octal 376 337 320 0 14 22 0 24 140 133
Binary 11111110 11011111 11010000 0 1100 10010 0 10100 1100000 1011011

Color Harmonies of #FEDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFD0

Black with #FEDFD0

Text Example


Text Example

White with #FEDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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