#FBDED6

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

Shades of Pippin #FBDED6

Tints of Pippin #FBDED6

Color information

#FBDED6 (or 0xFBDED6) is unknown color: approx Pippin. HEX triplet: FB, DE and D6. RGB value is (251,222,214). Sum of RGB (Red+Green+Blue) = 251+222+214=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED6 is #042129. Grayscale: #E5E5E5. Windows color (decimal): -270634 or 14081787. OLE color: 14081787.

HSL color Cylindrical-coordinate representation of color #FBDED6: hue angle of 12.97º degrees, saturation: 0.82, 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 #FBDED6 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251222214-
CMYK00.120.150.02
HSL12.97º82.22%91.18%-
HSV(B)12.97º14.74%98.43%-
XYZ78.0477.6174.48-
YUV229.76119.11143.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 222 (87.11% from 255) = 32.31%
BLUE value IS 214 (83.98% from 255) = 31.15%
R=36.54%
G=32.31%
B=31.15%

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
Decimal25122221400.120.150.0212.9782.2291.18
HexFBDED60CF2d525b
Octal37333632601417215122133
Binary11111011110111101101011001100111110110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDED6; }

 p { color: rgb(251,222,214); }

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

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

 a { background-color: rgb(251,222,214); }

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

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

 span { border-color: rgb(251,222,214); }

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