Html Css Color HEX #FEDED4 Pippin

📋 copy color: '#FEDED4'

red 254 ◦ green 222 ◦ blue 212

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

Shades of Pippin #FEDED4

Tints of Pippin #FEDED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.81%

R = 36.92%
G = 32.27%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FEDED4 (or 0xFEDED4) is known color: Pippin. HEX triplet: FE, DE and D4. RGB value is (254,222,212). Sum of RGB (Red+Green+Blue) = 254+222+212=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDED4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDED4 is #01212B. Grayscale: #E6E6E6. Windows color (decimal): -74028 or 13950718. OLE color: 13950718.

HSL color Cylindrical-coordinate representation of color #FEDED4: hue angle of 14.29º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEDED4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 212 -
CMYK 0 0.13 0.17 0.00
HSL 14.29º 0.95% 0.91% -
HSV(B) 14.29º 0.17% 1% -
XYZ 78.88 78.07 73.2 -
YUV 230.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 254 222 212 0 0.13 0.17 0.00 14.29 0.95 0.91
Hex FE DE D4 0 D 11 0 E 5F 5B
Octal 376 336 324 0 15 21 0 16 137 133
Binary 11111110 11011110 11010100 0 1101 10001 0 1110 1011111 1011011

Color Harmonies of #FEDED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDED4

Black with #FEDED4

Text Example


Text Example

White with #FEDED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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