#F8DECC

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

Shades of Karry #F8DECC

Tints of Karry #F8DECC

Color information

#F8DECC (or 0xF8DECC) is unknown color: approx Karry. HEX triplet: F8, DE and CC. RGB value is (248,222,204). Sum of RGB (Red+Green+Blue) = 248+222+204=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 222 (87.11% from 255 or 32.94% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DECC is #072133. Grayscale: #E3E3E3. Windows color (decimal): -467252 or 13426424. OLE color: 13426424.

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

Color convert

RGB248222204-
CMYK00.100.180.03
HSL24.55º75.86%88.63%-
HSV(B)24.55º17.74%97.25%-
XYZ75.7376.5667.91-
YUV227.72114.61142.46-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.80%
GREEN value IS 222 (87.11% from 255) = 32.94%
BLUE value IS 204 (80.08% from 255) = 30.27%
R=36.80%
G=32.94%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822220400.100.180.0324.5575.8688.63
HexF8DECC0A123194c59
Octal37033631401222331114131
Binary1111100011011110110011000101010010111100110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8DECC; }

 p { color: rgb(248,222,204); }

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

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

 a { background-color: rgb(248,222,204); }

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

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

 span { border-color: rgb(248,222,204); }

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