#FBDED2

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

Shades of Pippin #FBDED2

Tints of Pippin #FBDED2

Color information

#FBDED2 (or 0xFBDED2) is unknown color: approx Pippin. HEX triplet: FB, DE and D2. RGB value is (251,222,210). Sum of RGB (Red+Green+Blue) = 251+222+210=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDED2 is #04212D. Grayscale: #E5E5E5. Windows color (decimal): -270638 or 13819643. OLE color: 13819643.

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

Color convert

RGB251222210-
CMYK00.120.160.02
HSL17.56º83.67%90.39%-
HSV(B)17.56º16.33%98.43%-
XYZ77.5477.471.83-
YUV229.3117.11143.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 210 (82.42% from 255) = 30.75%
R=36.75%
G=32.50%
B=30.75%

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
Decimal25122221000.120.160.0217.5683.6790.39
HexFBDED20C10212545a
Octal37333632201420222124132
Binary1111101111011110110100100110010000101001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDED2; }

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

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

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

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

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

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

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

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