Html Css Color HEX #FDD9CF Pippin

📋 copy color: '#FDD9CF'

red 253 ◦ green 217 ◦ blue 207

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

Shades of Pippin #FDD9CF

Tints of Pippin #FDD9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.05%

 BLUE value IS 207 (81.25% from 255) = 30.58%

R = 37.37%
G = 32.05%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDD9CF (or 0xFDD9CF) is known color: Pippin. HEX triplet: FD, D9 and CF. RGB value is (253,217,207). Sum of RGB (Red+Green+Blue) = 253+217+207=677 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.37% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9CF is #022630. Grayscale: #E2E2E2. Windows color (decimal): -140849 or 13621757. OLE color: 13621757.

HSL color Cylindrical-coordinate representation of color #FDD9CF: hue angle of 13.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD9CF is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 207 -
CMYK 0 0.14 0.18 0.01
HSL 13.04º 0.92% 0.9% -
HSV(B) 13.04º 0.18% 0.99% -
XYZ 76.58 75.01 69.47 -
YUV 226.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 253 217 207 0 0.14 0.18 0.01 13.04 0.92 0.9
Hex FD D9 CF 0 E 12 1 D 5C 5A
Octal 375 331 317 0 16 22 1 15 134 132
Binary 11111101 11011001 11001111 0 1110 10010 1 1101 1011100 1011010

Color Harmonies of #FDD9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9CF

Black with #FDD9CF

Text Example


Text Example

White with #FDD9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9CF; }

 p { color: rgb(253,217,207); }

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

background-color css

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

 a { background-color: rgb(253,217,207); }

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

border-color css

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

 span { border-color: rgb(253,217,207); }

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