#F7DCCB

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

Shades of Karry #F7DCCB

Tints of Karry #F7DCCB

Color information

#F7DCCB (or 0xF7DCCB) is unknown color: approx Karry. HEX triplet: F7, DC and CB. RGB value is (247,220,203). Sum of RGB (Red+Green+Blue) = 247+220+203=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCCB is #082334. Grayscale: #E2E2E2. Windows color (decimal): -533301 or 13360375. OLE color: 13360375.

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

Color convert

RGB247220203-
CMYK00.110.180.03
HSL23.18º73.33%88.24%-
HSV(B)23.18º17.81%96.86%-
XYZ74.7375.2767.09-
YUV226.14114.95142.88-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 220 (86.33% from 255) = 32.84%
BLUE value IS 203 (79.69% from 255) = 30.30%
R=36.87%
G=32.84%
B=30.30%

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
Decimal24722020300.110.180.0323.1873.3388.24
HexF7DCCB0B123174958
Octal36733431301322327111130
Binary1111011111011100110010110101110010111011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCCB; }

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

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

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

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

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

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

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

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