#F6DCCB

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

Shades of Karry #F6DCCB

Tints of Karry #F6DCCB

Color information

#F6DCCB (or 0xF6DCCB) is unknown color: approx Karry. HEX triplet: F6, DC and CB. RGB value is (246,220,203). Sum of RGB (Red+Green+Blue) = 246+220+203=669 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.77% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCB is #092334. Grayscale: #E1E1E1. Windows color (decimal): -598837 or 13360374. OLE color: 13360374.

HSL color Cylindrical-coordinate representation of color #F6DCCB: hue angle of 23.72º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6DCCB is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246220203-
CMYK00.110.170.04
HSL23.72º70.49%88.04%-
HSV(B)23.72º17.48%96.47%-
XYZ74.3875.0967.07-
YUV225.84115.11142.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.77%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=36.77%
G=32.88%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622020300.110.170.0423.7270.4988.04
HexF6DCCB0B114184658
Octal36633431301321430106130
Binary11110110110111001100101101011100011001100010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCCB; }

 p { color: rgb(246,220,203); }

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

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

 a { background-color: rgb(246,220,203); }

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

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

 span { border-color: rgb(246,220,203); }

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