#FFDCBE

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

Shades of Karry #FFDCBE

Tints of Karry #FFDCBE

Color information

#FFDCBE (or 0xFFDCBE) is unknown color: approx Karry. HEX triplet: FF, DC and BE. RGB value is (255,220,190). Sum of RGB (Red+Green+Blue) = 255+220+190=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 190 (74.61% from 255 or 28.57% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCBE is #002341. Grayscale: #E3E3E3. Windows color (decimal): -9026 or 12508415. OLE color: 12508415.

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

Color convert

RGB255220190-
CMYK00.140.250
HSL27.69º100%87.25%-
HSV(B)27.69º25.49%100%-
XYZ76.1376.1659.4-
YUV227.04107.1147.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 190 (74.61% from 255) = 28.57%
R=38.35%
G=33.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522019000.140.25027.6910087.25
HexFFDCBE0E1901c6457
Octal37733427601631034144127
Binary111111111101110010111110011101100101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCBE; }

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

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

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

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

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

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

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

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