#FBDDCF

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

Shades of Pippin #FBDDCF

Tints of Pippin #FBDDCF

Color information

#FBDDCF (or 0xFBDDCF) is unknown color: approx Pippin. HEX triplet: FB, DD and CF. RGB value is (251,221,207). Sum of RGB (Red+Green+Blue) = 251+221+207=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDCF is #042230. Grayscale: #E4E4E4. Windows color (decimal): -270897 or 13622779. OLE color: 13622779.

HSL color Cylindrical-coordinate representation of color #FBDDCF: hue angle of 19.09º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBDDCF is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB251221207-
CMYK00.120.180.02
HSL19.09º84.62%89.8%-
HSV(B)19.09º17.53%98.43%-
XYZ76.976.7369.79-
YUV228.37115.94144.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 221 (86.72% from 255) = 32.55%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=36.97%
G=32.55%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122120700.120.180.0219.0984.6289.8
HexFBDDCF0C12213555a
Octal37333531701422223125132
Binary1111101111011101110011110110010010101001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDCF; }

 p { color: rgb(251,221,207); }

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

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

 a { background-color: rgb(251,221,207); }

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

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

 span { border-color: rgb(251,221,207); }

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