#FADCC9

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

Shades of Karry #FADCC9

Tints of Karry #FADCC9

Color information

#FADCC9 (or 0xFADCC9) is unknown color: approx Karry. HEX triplet: FA, DC and C9. RGB value is (250,220,201). Sum of RGB (Red+Green+Blue) = 250+220+201=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 201 (78.91% from 255 or 29.96% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCC9 is #052336. Grayscale: #E2E2E2. Windows color (decimal): -336695 or 13229306. OLE color: 13229306.

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

Color convert

RGB250220201-
CMYK00.120.200.02
HSL23.27º83.05%88.43%-
HSV(B)23.27º19.6%98.04%-
XYZ75.5675.7365.89-
YUV226.8113.44144.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 201 (78.91% from 255) = 29.96%
R=37.26%
G=32.79%
B=29.96%

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
Decimal25022020100.120.200.0223.2783.0588.43
HexFADCC90C142175358
Octal37233431101424227123130
Binary1111101011011100110010010110010100101011110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADCC9; }

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

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

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

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

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

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

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

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