#FADCC7

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

Shades of Karry #FADCC7

Tints of Karry #FADCC7

Color information

#FADCC7 (or 0xFADCC7) is unknown color: approx Karry. HEX triplet: FA, DC and C7. RGB value is (250,220,199). Sum of RGB (Red+Green+Blue) = 250+220+199=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 199 (78.12% from 255 or 29.75% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC7 is #052338. Grayscale: #E2E2E2. Windows color (decimal): -336697 or 13098234. OLE color: 13098234.

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

Color convert

RGB250220199-
CMYK00.120.200.02
HSL24.71º83.61%88.04%-
HSV(B)24.71º20.4%98.04%-
XYZ75.3375.6364.66-
YUV226.58112.44144.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 199 (78.12% from 255) = 29.75%
R=37.37%
G=32.88%
B=29.75%

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
Decimal25022019900.120.200.0224.7183.6188.04
HexFADCC70C142195458
Octal37233430701424231124130
Binary1111101011011100110001110110010100101100110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCC7; }

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

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

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

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

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

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

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

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