#FADCC4

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

Shades of Karry #FADCC4

Tints of Karry #FADCC4

Color information

#FADCC4 (or 0xFADCC4) is unknown color: approx Karry. HEX triplet: FA, DC and C4. RGB value is (250,220,196). Sum of RGB (Red+Green+Blue) = 250+220+196=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 196 (76.95% from 255 or 29.43% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC4 is #05233B. Grayscale: #E2E2E2. Windows color (decimal): -336700 or 12901626. OLE color: 12901626.

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

Color convert

RGB250220196-
CMYK00.120.220.02
HSL26.67º84.38%87.45%-
HSV(B)26.67º21.6%98.04%-
XYZ74.9875.562.84-
YUV226.23110.94144.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 220 (86.33% from 255) = 33.03%
BLUE value IS 196 (76.95% from 255) = 29.43%
R=37.54%
G=33.03%
B=29.43%

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
Decimal25022019600.120.220.0226.6784.3887.45
HexFADCC40C1621b5457
Octal37233430401426233124127
Binary1111101011011100110001000110010110101101110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCC4; }

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

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

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

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

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

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

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

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