Html Css Color HEX #FDDFD3 Pippin

📋 copy color: '#FDDFD3'

red 253 ◦ green 223 ◦ blue 211

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

Shades of Pippin #FDDFD3

Tints of Pippin #FDDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.71%

R = 36.83%
G = 32.46%
B = 30.71%

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

#FDDFD3 (or 0xFDDFD3) is known color: Pippin. HEX triplet: FD, DF and D3. RGB value is (253,223,211). Sum of RGB (Red+Green+Blue) = 253+223+211=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 211 (82.81% from 255 or 30.71% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFD3 is #02202C. Grayscale: #E6E6E6. Windows color (decimal): -139309 or 13885437. OLE color: 13885437.

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

Color convert

RGB 253 223 211 -
CMYK 0 0.12 0.17 0.01
HSL 17.14º 0.91% 0.91% -
HSV(B) 17.14º 0.17% 0.99% -
XYZ 78.65 78.36 72.61 -
YUV 230.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 253 223 211 0 0.12 0.17 0.01 17.14 0.91 0.91
Hex FD DF D3 0 C 11 1 11 5B 5B
Octal 375 337 323 0 14 21 1 21 133 133
Binary 11111101 11011111 11010011 0 1100 10001 1 10001 1011011 1011011

Color Harmonies of #FDDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFD3

Black with #FDDFD3

Text Example


Text Example

White with #FDDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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