#FBDCD2

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

Shades of Pippin #FBDCD2

Tints of Pippin #FBDCD2

Color information

#FBDCD2 (or 0xFBDCD2) is unknown color: approx Pippin. HEX triplet: FB, DC and D2. RGB value is (251,220,210). Sum of RGB (Red+Green+Blue) = 251+220+210=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDCD2 is #04232D. Grayscale: #E4E4E4. Windows color (decimal): -271150 or 13819131. OLE color: 13819131.

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

Color convert

RGB251220210-
CMYK00.120.160.02
HSL14.63º83.67%90.39%-
HSV(B)14.63º16.33%98.43%-
XYZ77.0176.3571.65-
YUV228.13117.77144.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 210 (82.42% from 255) = 30.84%
R=36.86%
G=32.31%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122021000.120.160.0214.6383.6790.39
HexFBDCD20C102f545a
Octal37333432201420217124132
Binary111110111101110011010010011001000010111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCD2; }

 p { color: rgb(251,220,210); }

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

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

 a { background-color: rgb(251,220,210); }

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

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

 span { border-color: rgb(251,220,210); }

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