#F8DCCB

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

Shades of Karry #F8DCCB

Tints of Karry #F8DCCB

Color information

#F8DCCB (or 0xF8DCCB) is unknown color: approx Karry. HEX triplet: F8, DC and CB. RGB value is (248,220,203). Sum of RGB (Red+Green+Blue) = 248+220+203=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCCB is #072334. Grayscale: #E2E2E2. Windows color (decimal): -467765 or 13360376. OLE color: 13360376.

HSL color Cylindrical-coordinate representation of color #F8DCCB: hue angle of 22.67º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8DCCB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248220203-
CMYK00.110.180.03
HSL22.67º76.27%88.43%-
HSV(B)22.67º18.15%97.25%-
XYZ75.0875.4567.11-
YUV226.43114.78143.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=36.96%
G=32.79%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822020300.110.180.0322.6776.2788.43
HexF8DCCB0B123174c58
Octal37033431301322327114130
Binary1111100011011100110010110101110010111011110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DCCB; }

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

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

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

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

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

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

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

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