#FFDEBE

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

Shades of Karry #FFDEBE

Tints of Karry #FFDEBE

Color information

#FFDEBE (or 0xFFDEBE) is unknown color: approx Karry. HEX triplet: FF, DE and BE. RGB value is (255,222,190). Sum of RGB (Red+Green+Blue) = 255+222+190=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 190 (74.61% from 255 or 28.49% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEBE is #002141. Grayscale: #E4E4E4. Windows color (decimal): -8514 or 12508927. OLE color: 12508927.

HSL color Cylindrical-coordinate representation of color #FFDEBE: hue angle of 29.54º 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 #FFDEBE is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255222190-
CMYK00.130.250
HSL29.54º100%87.25%-
HSV(B)29.54º25.49%100%-
XYZ76.6677.2259.58-
YUV228.22106.43147.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 222 (87.11% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 28.49%
R=38.23%
G=33.28%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522219000.130.25029.5410087.25
HexFFDEBE0D1901e6457
Octal37733627601531036144127
Binary111111111101111010111110011011100101111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEBE; }

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

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

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

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

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

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

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

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