#FBDDD5

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

Shades of Pippin #FBDDD5

Tints of Pippin #FBDDD5

Color information

#FBDDD5 (or 0xFBDDD5) is unknown color: approx Pippin. HEX triplet: FB, DD and D5. RGB value is (251,221,213). Sum of RGB (Red+Green+Blue) = 251+221+213=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 213 (83.59% from 255 or 31.09% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDDD5 is #04222A. Grayscale: #E5E5E5. Windows color (decimal): -270891 or 14015995. OLE color: 14015995.

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

Color convert

RGB251221213-
CMYK00.120.150.02
HSL12.63º82.61%90.98%-
HSV(B)12.63º15.14%98.43%-
XYZ77.6577.0373.73-
YUV229.06118.94143.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 213 (83.59% from 255) = 31.09%
R=36.64%
G=32.26%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122121300.120.150.0212.6382.6190.98
HexFBDDD50CF2d535b
Octal37333532501417215123133
Binary11111011110111011101010101100111110110110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDD5; }

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

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

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

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

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

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

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

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