#F9DCCA

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

Shades of Karry #F9DCCA

Tints of Karry #F9DCCA

Color information

#F9DCCA (or 0xF9DCCA) is unknown color: approx Karry. HEX triplet: F9, DC and CA. RGB value is (249,220,202). Sum of RGB (Red+Green+Blue) = 249+220+202=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 202 (79.30% from 255 or 30.10% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCCA is #062335. Grayscale: #E2E2E2. Windows color (decimal): -402230 or 13294841. OLE color: 13294841.

HSL color Cylindrical-coordinate representation of color #F9DCCA: hue angle of 22.98º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9DCCA is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249220202-
CMYK00.120.190.02
HSL22.98º79.66%88.43%-
HSV(B)22.98º18.88%97.65%-
XYZ75.3275.5966.5-
YUV226.62114.11143.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 202 (79.30% from 255) = 30.10%
R=37.11%
G=32.79%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922020200.120.190.0222.9879.6688.43
HexF9DCCA0C132175058
Octal37133431201423227120130
Binary1111100111011100110010100110010011101011110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCCA; }

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

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

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

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

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

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

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

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