#fadcc2

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

Shades of Karry #FADCC2

Tints of Karry #FADCC2

Color information

#FADCC2 (or 0xFADCC2) is unknown color: approx Karry. HEX triplet: FA, DC and C2. RGB value is (250,220,194). Sum of RGB (Red+Green+Blue) = 250+220+194=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC2 is #05233D. Grayscale: #E2E2E2. Windows color (decimal): -336702 or 12770554. OLE color: 12770554.

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

Color convert

RGB250220194-
CMYK00.120.220.02
HSL27.86º84.85%87.06%-
HSV(B)27.86º22.4%98.04%-
XYZ74.7675.4161.65-
YUV226.01109.94145.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 194 (76.17% from 255) = 29.22%
R=37.65%
G=33.13%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022019400.120.220.0227.8684.8587.06
HexFADCC20C1621c5557
Octal37233430201426234125127
Binary1111101011011100110000100110010110101110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fadcc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fadcc2; }

 p { color: rgb(250,220,194); }

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

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

 a { background-color: rgb(250,220,194); }

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

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

 span { border-color: rgb(250,220,194); }

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