Html Css Color HEX #FEDDD4 Pippin

📋 copy color: '#FEDDD4'

red 254 ◦ green 221 ◦ blue 212

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

Shades of Pippin #FEDDD4

Tints of Pippin #FEDDD4

RGB

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

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

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

R = 36.97%
G = 32.17%
B = 30.86%

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

#FEDDD4 (or 0xFEDDD4) is known color: Pippin. HEX triplet: FE, DD and D4. RGB value is (254,221,212). Sum of RGB (Red+Green+Blue) = 254+221+212=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 221 (86.72% from 255 or 32.17% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDD4 is #01222B. Grayscale: #E5E5E5. Windows color (decimal): -74284 or 13950462. OLE color: 13950462.

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

Color convert

RGB 254 221 212 -
CMYK 0 0.13 0.17 0.00
HSL 12.86º 0.95% 0.91% -
HSV(B) 12.86º 0.17% 1% -
XYZ 78.61 77.54 73.11 -
YUV 229.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 254 221 212 0 0.13 0.17 0.00 12.86 0.95 0.91
Hex FE DD D4 0 D 11 0 D 5F 5B
Octal 376 335 324 0 15 21 0 15 137 133
Binary 11111110 11011101 11010100 0 1101 10001 0 1101 1011111 1011011

Color Harmonies of #FEDDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDD4

Black with #FEDDD4

Text Example


Text Example

White with #FEDDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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