Html Css Color HEX #FEDDD7 Pippin

📋 copy color: '#FEDDD7'

red 254 ◦ green 221 ◦ blue 215

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

Shades of Pippin #FEDDD7

Tints of Pippin #FEDDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.16%

R = 36.81%
G = 32.03%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FEDDD7 (or 0xFEDDD7) is known color: Pippin. HEX triplet: FE, DD and D7. RGB value is (254,221,215). Sum of RGB (Red+Green+Blue) = 254+221+215=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD7 is #012228. Grayscale: #E6E6E6. Windows color (decimal): -74281 or 14147070. OLE color: 14147070.

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

Color convert

RGB 254 221 215 -
CMYK 0 0.13 0.15 0.00
HSL 9.23º 0.95% 0.92% -
HSV(B) 9.23º 0.15% 1% -
XYZ 79 77.69 75.12 -
YUV 230.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 254 221 215 0 0.13 0.15 0.00 9.23 0.95 0.92
Hex FE DD D7 0 D F 0 9 5F 5C
Octal 376 335 327 0 15 17 0 11 137 134
Binary 11111110 11011101 11010111 0 1101 1111 0 1001 1011111 1011100

Color Harmonies of #FEDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDD7

Black with #FEDDD7

Text Example


Text Example

White with #FEDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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