#FADDC3

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

Shades of Karry #FADDC3

Tints of Karry #FADDC3

Color information

#FADDC3 (or 0xFADDC3) is unknown color: approx Karry. HEX triplet: FA, DD and C3. RGB value is (250,221,195). Sum of RGB (Red+Green+Blue) = 250+221+195=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 195 (76.56% from 255 or 29.28% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC3 is #05223C. Grayscale: #E2E2E2. Windows color (decimal): -336445 or 12836346. OLE color: 12836346.

HSL color Cylindrical-coordinate representation of color #FADDC3: hue angle of 28.36º 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 #FADDC3 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250221195-
CMYK00.120.220.02
HSL28.36º84.62%87.25%-
HSV(B)28.36º22%98.04%-
XYZ75.1375.9862.33-
YUV226.71110.11144.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 221 (86.72% from 255) = 33.18%
BLUE value IS 195 (76.56% from 255) = 29.28%
R=37.54%
G=33.18%
B=29.28%

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
Decimal25022119500.120.220.0228.3684.6287.25
HexFADDC30C1621c5557
Octal37233530301426234125127
Binary1111101011011101110000110110010110101110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDC3; }

 p { color: rgb(250,221,195); }

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

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

 a { background-color: rgb(250,221,195); }

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

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

 span { border-color: rgb(250,221,195); }

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