#FADDC9

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

Shades of Karry #FADDC9

Tints of Karry #FADDC9

Color information

#FADDC9 (or 0xFADDC9) is unknown color: approx Karry. HEX triplet: FA, DD and C9. RGB value is (250,221,201). Sum of RGB (Red+Green+Blue) = 250+221+201=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 201 (78.91% from 255 or 29.91% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC9 is #052236. Grayscale: #E3E3E3. Windows color (decimal): -336439 or 13229562. OLE color: 13229562.

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

Color convert

RGB250221201-
CMYK00.120.200.02
HSL24.49º83.05%88.43%-
HSV(B)24.49º19.6%98.04%-
XYZ75.8276.2565.98-
YUV227.39113.11144.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 201 (78.91% from 255) = 29.91%
R=37.20%
G=32.89%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022120100.120.200.0224.4983.0588.43
HexFADDC90C142185358
Octal37233531101424230123130
Binary1111101011011101110010010110010100101100010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDC9; }

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

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

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

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

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

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

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

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