#F8DDCB

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

Shades of Karry #F8DDCB

Tints of Karry #F8DDCB

Color information

#F8DDCB (or 0xF8DDCB) is unknown color: approx Karry. HEX triplet: F8, DD and CB. RGB value is (248,221,203). Sum of RGB (Red+Green+Blue) = 248+221+203=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DDCB is #072234. Grayscale: #E3E3E3. Windows color (decimal): -467509 or 13360632. OLE color: 13360632.

HSL color Cylindrical-coordinate representation of color #F8DDCB: hue angle of 24º 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 #F8DDCB is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB248221203-
CMYK00.110.180.03
HSL24º76.27%88.43%-
HSV(B)24º18.15%97.25%-
XYZ75.3575.9867.19-
YUV227.02114.45142.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 203 (79.69% from 255) = 30.21%
R=36.90%
G=32.89%
B=30.21%

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
Decimal24822120300.110.180.032476.2788.43
HexF8DDCB0B123184c58
Octal37033531301322330114130
Binary1111100011011101110010110101110010111100010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DDCB; }

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

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

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

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

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

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

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

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