#FADDC6

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

Shades of Karry #FADDC6

Tints of Karry #FADDC6

Color information

#FADDC6 (or 0xFADDC6) is unknown color: approx Karry. HEX triplet: FA, DD and C6. RGB value is (250,221,198). Sum of RGB (Red+Green+Blue) = 250+221+198=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 198 (77.73% from 255 or 29.60% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC6 is #052239. Grayscale: #E3E3E3. Windows color (decimal): -336442 or 13032954. OLE color: 13032954.

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

Color convert

RGB250221198-
CMYK00.120.210.02
HSL26.54º83.87%87.84%-
HSV(B)26.54º20.8%98.04%-
XYZ75.4776.1164.14-
YUV227.05111.61144.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 198 (77.73% from 255) = 29.60%
R=37.37%
G=33.03%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022119800.120.210.0226.5483.8787.84
HexFADDC60C1521b5458
Octal37233530601425233124130
Binary1111101011011101110001100110010101101101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDC6; }

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

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

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

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

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

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

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

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