Html Css Color HEX #FEDECF Pippin

📋 copy color: '#FEDECF'

red 254 ◦ green 222 ◦ blue 207

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

Shades of Pippin #FEDECF

Tints of Pippin #FEDECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.5%

 BLUE value IS 207 (81.25% from 255) = 30.31%

R = 37.19%
G = 32.5%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEDECF (or 0xFEDECF) is known color: Pippin. HEX triplet: FE, DE and CF. RGB value is (254,222,207). Sum of RGB (Red+Green+Blue) = 254+222+207=683 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.19% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 207 (81.25% from 255 or 30.31% from 683); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDECF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDECF is #012130. Grayscale: #E5E5E5. Windows color (decimal): -74033 or 13623038. OLE color: 13623038.

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

Color convert

RGB 254 222 207 -
CMYK 0 0.13 0.19 0.00
HSL 19.15º 0.96% 0.9% -
HSV(B) 19.15º 0.19% 1% -
XYZ 78.26 77.82 69.93 -
YUV 229.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 254 222 207 0 0.13 0.19 0.00 19.15 0.96 0.9
Hex FE DE CF 0 D 13 0 13 60 5A
Octal 376 336 317 0 15 23 0 23 140 132
Binary 11111110 11011110 11001111 0 1101 10011 0 10011 1100000 1011010

Color Harmonies of #FEDECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDECF

Black with #FEDECF

Text Example


Text Example

White with #FEDECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDECF; }

 p { color: rgb(254,222,207); }

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

background-color css

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

 a { background-color: rgb(254,222,207); }

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

border-color css

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

 span { border-color: rgb(254,222,207); }

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