#FADDC4

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

Shades of Karry #FADDC4

Tints of Karry #FADDC4

Color information

#FADDC4 (or 0xFADDC4) is unknown color: approx Karry. HEX triplet: FA, DD and C4. RGB value is (250,221,196). Sum of RGB (Red+Green+Blue) = 250+221+196=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDC4 is #05223B. Grayscale: #E2E2E2. Windows color (decimal): -336444 or 12901882. OLE color: 12901882.

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

Color convert

RGB250221196-
CMYK00.120.220.02
HSL27.78º84.38%87.45%-
HSV(B)27.78º21.6%98.04%-
XYZ75.2476.0262.93-
YUV226.82110.61144.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 196 (76.95% from 255) = 29.39%
R=37.48%
G=33.13%
B=29.39%

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
Decimal25022119600.120.220.0227.7884.3887.45
HexFADDC40C1621c5457
Octal37233530401426234124127
Binary1111101011011101110001000110010110101110010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDC4; }

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

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

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

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

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

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

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

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