#FDDBCF

Color #FDDBCF Pippin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pippin #FDDBCF

Tints of Pippin #FDDBCF

Color information

#FDDBCF (or 0xFDDBCF) is unknown color: approx Pippin. HEX triplet: FD, DB and CF. RGB value is (253,219,207). Sum of RGB (Red+Green+Blue) = 253+219+207=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBCF is #022430. Grayscale: #E3E3E3. Windows color (decimal): -140337 or 13622269. OLE color: 13622269.

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

Color convert

RGB253219207-
CMYK00.130.180.01
HSL15.65º92%90.2%-
HSV(B)15.65º18.18%99.22%-
XYZ77.176.0569.65-
YUV227.8116.26145.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.26%
GREEN value IS 219 (85.94% from 255) = 32.25%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=37.26%
G=32.25%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321920700.130.180.0115.659290.2
HexFDDBCF0D121105c5a
Octal37533331701522120134132
Binary111111011101101111001111011011001011000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDBCF; }

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

 H1.HeaderClassName
 {
   color: #FDDBCF;
 }
 .AnyTagClassName
 {
   color: #FDDBCF;
 }
</style>
background-color css

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

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

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

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

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

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