Html Css Color HEX #FEDDD1 Pippin

📋 copy color: '#FEDDD1'

red 254 ◦ green 221 ◦ blue 209

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

Shades of Pippin #FEDDD1

Tints of Pippin #FEDDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.56%

R = 37.13%
G = 32.31%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEDDD1 (or 0xFEDDD1) is known color: Pippin. HEX triplet: FE, DD and D1. RGB value is (254,221,209). Sum of RGB (Red+Green+Blue) = 254+221+209=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD1 is #01222E. Grayscale: #E5E5E5. Windows color (decimal): -74287 or 13753854. OLE color: 13753854.

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

Color convert

RGB 254 221 209 -
CMYK 0 0.13 0.18 0.00
HSL 16º 0.96% 0.91% -
HSV(B) 16º 0.18% 1% -
XYZ 78.24 77.39 71.14 -
YUV 229.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 254 221 209 0 0.13 0.18 0.00 16 0.96 0.91
Hex FE DD D1 0 D 12 0 10 60 5B
Octal 376 335 321 0 15 22 0 20 140 133
Binary 11111110 11011101 11010001 0 1101 10010 0 10000 1100000 1011011

Color Harmonies of #FEDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDD1

Black with #FEDDD1

Text Example


Text Example

White with #FEDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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