#F7DCCA

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

Shades of Karry #F7DCCA

Tints of Karry #F7DCCA

Color information

#F7DCCA (or 0xF7DCCA) is unknown color: approx Karry. HEX triplet: F7, DC and CA. RGB value is (247,220,202). Sum of RGB (Red+Green+Blue) = 247+220+202=669 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.92% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCCA is #082335. Grayscale: #E2E2E2. Windows color (decimal): -533302 or 13294839. OLE color: 13294839.

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

Color convert

RGB247220202-
CMYK00.110.180.03
HSL24º73.77%88.04%-
HSV(B)24º18.22%96.86%-
XYZ74.6175.2266.46-
YUV226.02114.45142.96-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.92%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=36.92%
G=32.88%
B=30.19%

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
Decimal24722020200.110.180.032473.7788.04
HexF7DCCA0B123184a58
Octal36733431201322330112130
Binary1111011111011100110010100101110010111100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCCA; }

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

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

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

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

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

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

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

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