Html Css Color HEX #FDDFD2 Pippin

📋 copy color: '#FDDFD2'

red 253 ◦ green 223 ◦ blue 210

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

Shades of Pippin #FDDFD2

Tints of Pippin #FDDFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.51%

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

R = 36.88%
G = 32.51%
B = 30.61%

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

#FDDFD2 (or 0xFDDFD2) is known color: Pippin. HEX triplet: FD, DF and D2. RGB value is (253,223,210). Sum of RGB (Red+Green+Blue) = 253+223+210=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD2 is #02202D. Grayscale: #E6E6E6. Windows color (decimal): -139310 or 13819901. OLE color: 13819901.

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

Color convert

RGB 253 223 210 -
CMYK 0 0.12 0.17 0.01
HSL 18.14º 0.91% 0.91% -
HSV(B) 18.14º 0.17% 0.99% -
XYZ 78.53 78.31 71.95 -
YUV 230.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 253 223 210 0 0.12 0.17 0.01 18.14 0.91 0.91
Hex FD DF D2 0 C 11 1 12 5B 5B
Octal 375 337 322 0 14 21 1 22 133 133
Binary 11111101 11011111 11010010 0 1100 10001 1 10010 1011011 1011011

Color Harmonies of #FDDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFD2

Black with #FDDFD2

Text Example


Text Example

White with #FDDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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