Html Css Color HEX #FDDED2 Pippin

📋 copy color: '#FDDED2'

red 253 ◦ green 222 ◦ blue 210

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

Shades of Pippin #FDDED2

Tints of Pippin #FDDED2

RGB

 RED value IS 253 (99.22% from 255) = 36.93%

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

 BLUE value IS 210 (82.42% from 255) = 30.66%

R = 36.93%
G = 32.41%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDDED2 (or 0xFDDED2) is known color: Pippin. HEX triplet: FD, DE and D2. RGB value is (253,222,210). Sum of RGB (Red+Green+Blue) = 253+222+210=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDED2 is #02212D. Grayscale: #E5E5E5. Windows color (decimal): -139566 or 13819645. OLE color: 13819645.

HSL color Cylindrical-coordinate representation of color #FDDED2: hue angle of 16.74º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDDED2 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 222 210 -
CMYK 0 0.12 0.17 0.01
HSL 16.74º 0.91% 0.91% -
HSV(B) 16.74º 0.17% 0.99% -
XYZ 78.26 77.78 71.86 -
YUV 229.9 116.77 144.48 -
System Red Green Blue C M Y K H S L
Decimal 253 222 210 0 0.12 0.17 0.01 16.74 0.91 0.91
Hex FD DE D2 0 C 11 1 11 5B 5B
Octal 375 336 322 0 14 21 1 21 133 133
Binary 11111101 11011110 11010010 0 1100 10001 1 10001 1011011 1011011

Color Harmonies of #FDDED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDED2

Black with #FDDED2

Text Example


Text Example

White with #FDDED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDED2; }

 p { color: rgb(253,222,210); }

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

background-color css

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

 a { background-color: rgb(253,222,210); }

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

border-color css

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

 span { border-color: rgb(253,222,210); }

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