#FBDEC1

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

Shades of Karry #FBDEC1

Tints of Karry #FBDEC1

Color information

#FBDEC1 (or 0xFBDEC1) is unknown color: approx Karry. HEX triplet: FB, DE and C1. RGB value is (251,222,193). Sum of RGB (Red+Green+Blue) = 251+222+193=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 193 (75.78% from 255 or 28.98% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDEC1 is #04213E. Grayscale: #E3E3E3. Windows color (decimal): -270655 or 12705531. OLE color: 12705531.

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

Color convert

RGB251222193-
CMYK00.120.230.02
HSL30º87.88%87.06%-
HSV(B)30º23.11%98.43%-
XYZ75.5376.661.26-
YUV227.36108.61144.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.69%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 193 (75.78% from 255) = 28.98%
R=37.69%
G=33.33%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122219300.120.230.023087.8887.06
HexFBDEC10C1721e5857
Octal37333630101427236130127
Binary1111101111011110110000010110010111101111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDEC1; }

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

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

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

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

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

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

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

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