#FACFCF

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

Shades of Cosmos #FACFCF

Tints of Cosmos #FACFCF

Color information

#FACFCF (or 0xFACFCF) is unknown color: approx Cosmos. HEX triplet: FA, CF and CF. RGB value is (250,207,207). Sum of RGB (Red+Green+Blue) = 250+207+207=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 207 (81.25% from 255 or 31.17% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FACFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACFCF is #053030. Grayscale: #DBDBDB. Windows color (decimal): -340017 or 13619194. OLE color: 13619194.

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

Color convert

RGB250207207-
CMYK00.170.170.02
HSL81.13%89.61%-
HSV(B)17.2%98.04%-
XYZ7369.4568.59-
YUV219.86120.75149.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 207 (81.25% from 255) = 31.17%
R=37.65%
G=31.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020720700.170.170.02081.1389.61
HexFACFCF0111120515a
Octal3723173170212120121132
Binary1111101011001111110011110100011000110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACFCF; }

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

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

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

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

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

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

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

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