#FFDEBF

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

Shades of Karry #FFDEBF

Tints of Karry #FFDEBF

Color information

#FFDEBF (or 0xFFDEBF) is unknown color: approx Karry. HEX triplet: FF, DE and BF. RGB value is (255,222,191). Sum of RGB (Red+Green+Blue) = 255+222+191=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEBF is #002140. Grayscale: #E4E4E4. Windows color (decimal): -8513 or 12574463. OLE color: 12574463.

HSL color Cylindrical-coordinate representation of color #FFDEBF: hue angle of 29.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFDEBF is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255222191-
CMYK00.130.250
HSL29.06º100%87.45%-
HSV(B)29.06º25.1%100%-
XYZ76.7777.2660.16-
YUV228.33106.93147.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 222 (87.11% from 255) = 33.23%
BLUE value IS 191 (75% from 255) = 28.59%
R=38.17%
G=33.23%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522219100.130.25029.0610087.45
HexFFDEBF0D1901d6457
Octal37733627701531035144127
Binary111111111101111010111111011011100101110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEBF; }

 p { color: rgb(255,222,191); }

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

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

 a { background-color: rgb(255,222,191); }

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

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

 span { border-color: rgb(255,222,191); }

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