#FACDCD

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

Shades of Cosmos #FACDCD

Tints of Cosmos #FACDCD

Color information

#FACDCD (or 0xFACDCD) is unknown color: approx Cosmos. HEX triplet: FA, CD and CD. RGB value is (250,205,205). Sum of RGB (Red+Green+Blue) = 250+205+205=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDCD is #053232. Grayscale: #DADADA. Windows color (decimal): -340531 or 13487610. OLE color: 13487610.

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

Color convert

RGB250205205-
CMYK00.180.180.02
HSL81.82%89.22%-
HSV(B)18%98.04%-
XYZ72.2868.3967.15-
YUV218.46120.41150.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 205 (80.47% from 255) = 31.06%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=37.88%
G=31.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020520500.180.180.02081.8289.22
HexFACDCD01212205259
Octal3723153150222220122131
Binary1111101011001101110011010100101001010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDCD; }

 p { color: rgb(250,205,205); }

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

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

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

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

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

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

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