Html Css Color HEX #FEDFCE Pippin

📋 copy color: '#FEDFCE'

red 254 ◦ green 223 ◦ blue 206

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

Shades of Pippin #FEDFCE

Tints of Pippin #FEDFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 30.16%

R = 37.19%
G = 32.65%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEDFCE (or 0xFEDFCE) is known color: Pippin. HEX triplet: FE, DF and CE. RGB value is (254,223,206). Sum of RGB (Red+Green+Blue) = 254+223+206=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 206 (80.86% from 255 or 30.16% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFCE is #012031. Grayscale: #E6E6E6. Windows color (decimal): -73778 or 13557758. OLE color: 13557758.

HSL color Cylindrical-coordinate representation of color #FEDFCE: hue angle of 21.25º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEDFCE is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 223 206 -
CMYK 0 0.12 0.19 0.00
HSL 21.25º 0.96% 0.9% -
HSV(B) 21.25º 0.19% 1% -
XYZ 78.4 78.3 69.37 -
YUV 230.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 254 223 206 0 0.12 0.19 0.00 21.25 0.96 0.9
Hex FE DF CE 0 C 13 0 15 60 5A
Octal 376 337 316 0 14 23 0 25 140 132
Binary 11111110 11011111 11001110 0 1100 10011 0 10101 1100000 1011010

Color Harmonies of #FEDFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFCE

Black with #FEDFCE

Text Example


Text Example

White with #FEDFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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